Index: src/gpu/text/GrFontScaler.h |
diff --git a/src/gpu/text/GrFontScaler.h b/src/gpu/text/GrFontScaler.h |
index f6b67706e39ba41a16646bcbbba16585aa264e4b..e9e3dd3f1e3a402e05773712bcab24554612682e 100644 |
--- a/src/gpu/text/GrFontScaler.h |
+++ b/src/gpu/text/GrFontScaler.h |
@@ -27,7 +27,7 @@ public: |
uint32_t getHash() const { return fHash; } |
bool operator==(const GrFontDescKey& rh) const { |
- return fHash == rh.fHash && fDesc.getDesc()->equals(*rh.fDesc.getDesc()); |
+ return fHash == rh.fHash && *fDesc.getDesc() == *rh.fDesc.getDesc(); |
} |
private: |