| Index: third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp b/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp
|
| index b34762474b583cb88d8e45eb0babd6413200017a..9e2f7619b4f1354be3089543ae8859c1a46f10c1 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp
|
| @@ -112,6 +112,10 @@ FontCache::FontCache()
|
| m_fontManager = adoptPtr(fontManager);
|
| }
|
|
|
| +void FontCache::acceptLanguagesChanged(const String&)
|
| +{
|
| + // TODO(kojii): Take acceptLanguages into account for ambiguos scripts.
|
| +}
|
|
|
| // Given the desired base font, this will create a SimpleFontData for a specific
|
| // font that can be used to render the given range of characters.
|
|
|