Index: include/gpu/GrFontScaler.h |
diff --git a/include/gpu/GrFontScaler.h b/include/gpu/GrFontScaler.h |
index 037603813561bd59f2997235e4f6383422b61825..54d1e3f9cca39162719cc4594a80291a2902e9dc 100644 |
--- a/include/gpu/GrFontScaler.h |
+++ b/include/gpu/GrFontScaler.h |
@@ -66,7 +66,8 @@ public: |
virtual ~GrFontScaler(); |
const GrFontDescKey* getKey(); |
- GrMaskFormat getMaskFormat(); |
+ GrMaskFormat getMaskFormat() const; |
+ GrMaskFormat getPackedGlyphMaskFormat(GrGlyph::PackedID) const; |
bool getPackedGlyphBounds(GrGlyph::PackedID, SkIRect* bounds); |
bool getPackedGlyphImage(GrGlyph::PackedID, int width, int height, |
int rowBytes, void* image); |