| 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 e984c6fd28818aea2fa1a3fc1361c663f7c73f75..4be5b9b33e1b1e1939dedfbb524def47a30ae941 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| @@ -120,7 +120,7 @@ class PLATFORM_EXPORT FontCache {
|
| #else
|
| static const AtomicString& legacySystemFontFamily();
|
| #endif
|
| -#if OS(LINUX)
|
| +#if OS(LINUX) || OS(ANDROID)
|
| static void setSystemFontFamily(const char*);
|
| #endif
|
|
|
|
|