Index: src/gpu/GrTextStrike_impl.h |
diff --git a/src/gpu/GrTextStrike_impl.h b/src/gpu/GrTextStrike_impl.h |
index dcfc04aaae32649a8f37fae4729bc6b16209eb77..1dd623d24cddf32634fd04177432559e1901b4df 100644 |
--- a/src/gpu/GrTextStrike_impl.h |
+++ b/src/gpu/GrTextStrike_impl.h |
@@ -13,7 +13,7 @@ |
class GrFontCache::Key { |
public: |
- explicit Key(const GrKey* fontScalarKey) { |
+ explicit Key(const GrFontDescKey* fontScalarKey) { |
fFontScalerKey = fontScalarKey; |
} |
@@ -27,7 +27,7 @@ public: |
} |
private: |
- const GrKey* fFontScalerKey; |
+ const GrFontDescKey* fFontScalerKey; |
}; |
void GrFontCache::detachStrikeFromList(GrTextStrike* strike) { |