Chromium Code Reviews| 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 a26149c3cce65fbac33e38994010e8edeed15c22..c78b8eeae40043887d5e0d10728c383ca4d9a26e 100644 |
| --- a/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroid.cpp |
| +++ b/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroid.cpp |
| @@ -57,6 +57,9 @@ static CString toSkFontMgrLocale(const String& locale) |
| } |
| } |
| +void FontCache::acceptLanguagesChanged(const String&) |
|
tkent
2016/02/12 04:01:19
Style nit: This should be
void ...() {}
or
voi
kojii
2016/02/12 04:33:47
Done, add TODO for planned platforms (win/android)
|
| +{ } |
| + |
| static AtomicString getFamilyNameForCharacter(UChar32 c, const FontDescription& fontDescription) |
| { |
| RefPtr<SkFontMgr> fm = adoptRef(SkFontMgr::RefDefault()); |