Index: src/ports/SkFontHost_mac.cpp |
diff --git a/src/ports/SkFontHost_mac.cpp b/src/ports/SkFontHost_mac.cpp |
index f893f61d47768fb8466edbe8360e793ebff23ab8..7fd645bdae6b472edade9c528a2d340657cd1700 100755 |
--- a/src/ports/SkFontHost_mac.cpp |
+++ b/src/ports/SkFontHost_mac.cpp |
@@ -2153,6 +2153,12 @@ protected: |
return NULL; |
} |
+ virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, |
+ const char* bcp47[], int bcp47Count, |
+ SkUnichar character) const SK_OVERRIDE { |
+ return NULL; |
+ } |
+ |
virtual SkTypeface* onMatchFaceStyle(const SkTypeface* familyMember, |
const SkFontStyle&) const SK_OVERRIDE { |
return NULL; |