Index: src/ports/SkFontHost_FreeType_common.h |
=================================================================== |
--- src/ports/SkFontHost_FreeType_common.h (revision 10497) |
+++ src/ports/SkFontHost_FreeType_common.h (working copy) |
@@ -64,6 +64,10 @@ |
int glyphCount) const SK_OVERRIDE; |
virtual int onCountGlyphs() const SK_OVERRIDE; |
+ virtual int onGetTableTags(SkFontTableTag tags[]) const SK_OVERRIDE; |
+ virtual size_t onGetTableData(SkFontTableTag, size_t offset, |
+ size_t length, void* data) const SK_OVERRIDE; |
+ |
private: |
mutable int fGlyphCount; |