| 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..b035db0990d90d3c17a755b9efe6b2c986a40e2d 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp
|
| @@ -112,6 +112,8 @@ FontCache::FontCache()
|
| m_fontManager = adoptPtr(fontManager);
|
| }
|
|
|
| +void FontCache::acceptLanguagesChanged(const String&)
|
| +{ }
|
|
|
| // 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.
|
|
|