| 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..335b243f3066233ece5ccbb28fe24987cb9ba115 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroid.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroid.cpp
|
| @@ -57,6 +57,11 @@ static CString toSkFontMgrLocale(const String& locale)
|
| }
|
| }
|
|
|
| +void FontCache::acceptLanguagesChanged(const String&)
|
| +{
|
| + // TODO(kojii): Take acceptLanguages into account for ambiguos scripts.
|
| +}
|
| +
|
| static AtomicString getFamilyNameForCharacter(UChar32 c, const FontDescription& fontDescription)
|
| {
|
| RefPtr<SkFontMgr> fm = adoptRef(SkFontMgr::RefDefault());
|
|
|