| 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 6de5ce2d5f00701824faff638153d7fe0ff0a8e4..4fa0f4a682e7824ace45dfc9c09ea50115ad3c72 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| @@ -216,6 +216,8 @@ public:
|
| ~FontCachePurgePreventer() { FontCache::fontCache()->enablePurging(); }
|
| };
|
|
|
| +CString toSkFontMgrLocale(const String& locale);
|
| +
|
| } // namespace blink
|
|
|
| #endif
|
|
|