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