Index: src/gpu/text/GrAtlasTextBlob.h |
diff --git a/src/gpu/text/GrAtlasTextBlob.h b/src/gpu/text/GrAtlasTextBlob.h |
index f76d02644fb123fb5961de825592cea802d40877..afc11a9bd4812cf34de1158164e5746c5d080539 100644 |
--- a/src/gpu/text/GrAtlasTextBlob.h |
+++ b/src/gpu/text/GrAtlasTextBlob.h |
@@ -14,6 +14,7 @@ |
#include "GrMemoryPool.h" |
#include "SkDescriptor.h" |
#include "SkMaskFilter.h" |
+#include "SkOpts.h" |
#include "SkPathEffect.h" |
#include "SkRasterizer.h" |
#include "SkSurfaceProps.h" |
@@ -89,7 +90,7 @@ public: |
} |
static uint32_t Hash(const Key& key) { |
- return SkChecksum::Murmur3(&key, sizeof(Key)); |
+ return SkOpts::hash(&key, sizeof(Key)); |
} |
void operator delete(void* p) { |