| Index: src/ports/SkFontHost_FreeType_common.h
|
| diff --git a/src/ports/SkFontHost_FreeType_common.h b/src/ports/SkFontHost_FreeType_common.h
|
| index 6b50af27ab3acbdd3d62e520ec63c7ae68b4b28d..3801453e2214d0d093571d6b4cc625355dcbba44 100644
|
| --- a/src/ports/SkFontHost_FreeType_common.h
|
| +++ b/src/ports/SkFontHost_FreeType_common.h
|
| @@ -31,8 +31,9 @@
|
| : INHERITED(typeface, effects, desc)
|
| {}
|
|
|
| - void generateGlyphImage(FT_Face face, const SkGlyph& glyph, const SkMatrix& bitmapTransform);
|
| + void generateGlyphImage(FT_Face face, const SkGlyph& glyph);
|
| void generateGlyphPath(FT_Face face, SkPath* path);
|
| +
|
| private:
|
| typedef SkScalerContext INHERITED;
|
| };
|
|
|