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 60d1178568f82b188e7397dddac06d711f0b308b..ff37298ad4071a2f77f3f1eb8c70d16037de1cc1 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) |