| 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 b97a5a8da02e772732f5ea2dcfeaedefa363aedd..b12163330a2810d216f073579ba6848ba09a05d6 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| @@ -115,6 +115,14 @@ class PLATFORM_EXPORT FontCache {
|
| SkFontMgr* fontManager() { return m_fontManager.get(); }
|
| static void setFontManager(const sk_sp<SkFontMgr>&);
|
|
|
| + static const AtomicString& systemFontFamily(float size);
|
| +#if OS(LINUX)
|
| + static void setSystemFontFamily(const char*);
|
| +#endif
|
| +#if OS(MACOSX)
|
| + static const AtomicString& legacySystemFontFamily();
|
| +#endif
|
| +
|
| #if OS(WIN)
|
| static bool antialiasedTextEnabled() { return s_antialiasedTextEnabled; }
|
| static bool lcdTextEnabled() { return s_lcdTextEnabled; }
|
|
|