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