Index: src/fonts/SkFontMgr_fontconfig.cpp |
diff --git a/src/fonts/SkFontMgr_fontconfig.cpp b/src/fonts/SkFontMgr_fontconfig.cpp |
index 4f99a6f5c1f98d16c22b2af0be1aa05943438502..bc667e7dbee0cae227e5a0799f19f0df09c22e3b 100644 |
--- a/src/fonts/SkFontMgr_fontconfig.cpp |
+++ b/src/fonts/SkFontMgr_fontconfig.cpp |
@@ -285,6 +285,11 @@ protected: |
virtual SkTypeface* onMatchFamilyStyle(const char familyName[], |
const SkFontStyle&) const SK_OVERRIDE { 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*, |
const SkFontStyle&) const SK_OVERRIDE { return NULL; } |