Change SkTHashTable::Slot from a struct to a class.
Additionally, its members now have an `f` prefix.
This class never met the bar for eliminating the `f` prefix: "Types
that are predominantly meant for direct field access don’t need
f-decoration." The Slot type is quite complex and requires helpers
to use effectively.
Change-Id: Iac66d80cd05f842babf23c86407111fd479bc83d
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/588042
Auto-Submit: John Stiles <johnstiles@google.com>
Reviewed-by: Herb Derby <herb@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
Commit-Queue: Herb Derby <herb@google.com>
1 file changed