commit | ac87929b3d2e63aa15e2c29212122cc63be1a40d | [log] [tgz] |
---|---|---|
author | Brian Osman <brianosman@google.com> | Mon May 22 13:52:05 2023 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Mon May 22 21:03:58 2023 +0000 |
tree | 2a37ed48364d46f57097ef00c81a409f4c2a1d16 | |
parent | bc8edf5db35512a5f1cbc7de1e10036f56dd2b26 [diff] |
Replace SkOpts::hash/hash_fn with SkChecksum::Hash32 - Two places were computing two 32-bit hashes (with different seeds). Instead, just compute a single 64-bit hash. Change-Id: I935599a257312ba0df1ebf14847481953e608861 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/701523 Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: Herb Derby <herb@google.com>