Index: third_party/WebKit/Source/platform/fonts/android/FontCacheAndroid.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroid.cpp b/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroid.cpp |
index a47fc8eb1dadd60bf45810950f712538e1c531fe..6ccaffc8bacf93a19867b1850bfd43d5fc83032f 100644 |
--- a/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroid.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroid.cpp |
@@ -60,6 +60,9 @@ const AtomicString& FontCache::systemFontFamily() { |
return systemFontFamily; |
} |
+// static |
+void FontCache::setSystemFontFamily(const AtomicString&) {} |
+ |
PassRefPtr<SimpleFontData> FontCache::fallbackFontForCharacter( |
const FontDescription& fontDescription, |
UChar32 c, |