Index: src/gpu/GrTextStrike_impl.h |
=================================================================== |
--- src/gpu/GrTextStrike_impl.h (revision 11775) |
+++ src/gpu/GrTextStrike_impl.h (working copy) |
@@ -17,7 +17,7 @@ |
fFontScalerKey = scaler->getKey(); |
} |
- uint32_t getHash() const { return fFontScalerKey->getHash(); } |
+ intptr_t getHash() const { return fFontScalerKey->getHash(); } |
static bool LT(const GrTextStrike& strike, const Key& key) { |
return *strike.getFontScalerKey() < *key.fFontScalerKey; |