Index: src/ports/SkFontHost_FreeType_common.h |
=================================================================== |
--- src/ports/SkFontHost_FreeType_common.h (revision 10613) |
+++ src/ports/SkFontHost_FreeType_common.h (working copy) |
@@ -64,7 +64,7 @@ |
int glyphCount) const SK_OVERRIDE; |
virtual int onCountGlyphs() const SK_OVERRIDE; |
- virtual LocalizedStrings* onGetFamilyNames() const SK_OVERRIDE; |
+ virtual LocalizedStrings* onCreateFamilyNameIterator() const SK_OVERRIDE; |
virtual int onGetTableTags(SkFontTableTag tags[]) const SK_OVERRIDE; |
virtual size_t onGetTableData(SkFontTableTag, size_t offset, |