| Index: third_party/WebKit/Source/platform/fonts/FontCache.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontCache.h b/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| index b1db966dfb9126d0ac9aba8d65c8cb60cf22c40d..5b7450c224d6aafcd556136a1479d50376bbec64 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| @@ -133,6 +133,8 @@ public:
|
| typedef uint32_t FontFileKey;
|
| PassRefPtr<OpenTypeVerticalData> getVerticalData(const FontFileKey&, const FontPlatformData&);
|
|
|
| + static void acceptLanguagesChanged(const String&);
|
| +
|
| #if OS(ANDROID)
|
| static AtomicString getGenericFamilyNameForScript(const AtomicString& familyName, const FontDescription&);
|
| #else
|
|
|