| Index: third_party/WebKit/Source/platform/fonts/FontCache.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontCache.cpp b/third_party/WebKit/Source/platform/fonts/FontCache.cpp
|
| index 94a6157b22ff4b04e79017b18315bdaa33008589..b863c7102127f79f2082b8638bb8d9daf0c1db73 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCache.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCache.cpp
|
| @@ -260,6 +260,7 @@ PassRefPtr<OpenTypeVerticalData> FontCache::getVerticalData(
|
|
|
| void FontCache::acceptLanguagesChanged(const String& acceptLanguages) {
|
| AcceptLanguagesResolver::acceptLanguagesChanged(acceptLanguages);
|
| + fontCache()->invalidateShapeCache();
|
| }
|
|
|
| static FontDataCache* gFontDataCache = 0;
|
|
|