Index: Source/web/linux/WebFontRendering.cpp |
diff --git a/Source/web/linux/WebFontRendering.cpp b/Source/web/linux/WebFontRendering.cpp |
index 03b92dcf82ba68b2188626002851d2b5a3aa2b3d..c20d4b4f5feb4c31148b6441f87cf71c993b8353 100644 |
--- a/Source/web/linux/WebFontRendering.cpp |
+++ b/Source/web/linux/WebFontRendering.cpp |
@@ -33,7 +33,7 @@ |
#include "core/platform/graphics/FontPlatformData.h" |
-#if OS(LINUX) && !OS(ANDROID) |
+#if OS(LINUX) |
#include "WebFontInfo.h" |
#endif |
@@ -75,7 +75,7 @@ void WebFontRendering::setSubpixelRendering(bool useSubpixelRendering) |
void WebFontRendering::setSubpixelPositioning(bool useSubpixelPositioning) |
{ |
FontPlatformData::setSubpixelPositioning(useSubpixelPositioning); |
-#if OS(LINUX) && !OS(ANDROID) |
+#if OS(LINUX) |
WebFontInfo::setSubpixelPositioning(useSubpixelPositioning); |
#endif |
} |