Created
December 10, 2012 10:05
-
-
Save drott/4249716 to your computer and use it in GitHub Desktop.
enabling subpixel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h | |
index 1603019..e345bb4 100644 | |
--- a/Source/WTF/wtf/Platform.h | |
+++ b/Source/WTF/wtf/Platform.h | |
@@ -828,8 +828,8 @@ | |
#endif | |
#if !defined(ENABLE_SUBPIXEL_LAYOUT) | |
-#if PLATFORM(CHROMIUM) | |
-#define ENABLE_SUBPIXEL_LAYOUT 1 | |
+#if PLATFORM(CHROMIUM) || PLATFORM(EFL) | |
+#define ENABLE_SUBPIXEL_LAYOUT 1 | |
#else | |
#define ENABLE_SUBPIXEL_LAYOUT 0 | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment