| 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 9e2f7619b4f1354be3089543ae8859c1a46f10c1..3945eda37b423ae8eb0132273b12175204acc2d2 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp
|
| @@ -112,11 +112,6 @@ 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.
|
| PassRefPtr<SimpleFontData> FontCache::fallbackFontForCharacter(
|
|
|