Index: src/gpu/batches/GrAADistanceFieldPathRenderer.h |
diff --git a/src/gpu/batches/GrAADistanceFieldPathRenderer.h b/src/gpu/batches/GrAADistanceFieldPathRenderer.h |
index db17b07d360ddc3835e47e16e663b3890e048c2e..985b2f1537dc50d08ce1bb530e6d293486e796dd 100755 |
--- a/src/gpu/batches/GrAADistanceFieldPathRenderer.h |
+++ b/src/gpu/batches/GrAADistanceFieldPathRenderer.h |
@@ -13,7 +13,7 @@ |
#include "GrRect.h" |
#include "GrShape.h" |
-#include "SkChecksum.h" |
+#include "SkOpts.h" |
#include "SkTDynamicHash.h" |
class GrContext; |
@@ -81,7 +81,7 @@ private: |
} |
static inline uint32_t Hash(Key key) { |
- return SkChecksum::Murmur3(key.data(), sizeof(uint32_t) * key.count32()); |
+ return SkOpts::hash(key.data(), sizeof(uint32_t) * key.count32()); |
} |
}; |