Index: src/ports/SkFontHost_FreeType_common.h |
=================================================================== |
--- src/ports/SkFontHost_FreeType_common.h (revision 8262) |
+++ src/ports/SkFontHost_FreeType_common.h (working copy) |
@@ -53,7 +53,9 @@ |
virtual SkScalerContext* onCreateScalerContext( |
const SkDescriptor*) const SK_OVERRIDE; |
virtual void onFilterRec(SkScalerContextRec*) const SK_OVERRIDE; |
- |
+ virtual SkAdvancedTypefaceMetrics* onGetAdvancedTypefaceMetrics( |
+ SkAdvancedTypefaceMetrics::PerGlyphInfo, |
+ const uint32_t*, uint32_t) const SK_OVERRIDE; |
private: |
typedef SkTypeface INHERITED; |
}; |