Index: src/gpu/GrTextStrike.h |
diff --git a/src/gpu/GrTextStrike.h b/src/gpu/GrTextStrike.h |
index 3917d3775dbe1a39b6a5da0d3629273723b6c063..26a36320fa1e099e159b28792a12f79b7ccbadb0 100644 |
--- a/src/gpu/GrTextStrike.h |
+++ b/src/gpu/GrTextStrike.h |
@@ -29,8 +29,7 @@ class GrFontPurgeListener; |
*/ |
class GrTextStrike { |
public: |
- GrTextStrike(GrFontCache*, const GrKey* fontScalerKey, GrMaskFormat, |
- GrAtlasMgr*); |
+ GrTextStrike(GrFontCache*, const GrKey* fontScalerKey, GrMaskFormat, GrAtlasMgr*); |
~GrTextStrike(); |
const GrKey* getFontScalerKey() const { return fFontScalerKey; } |
@@ -116,6 +115,7 @@ private: |
GrTextStrike* generateStrike(GrFontScaler*, const Key&); |
inline void detachStrikeFromList(GrTextStrike*); |
+ void purgeStrike(GrTextStrike* strike); |
}; |
#endif |