Skip to content

Instantly share code, notes, and snippets.

@drott
Created December 10, 2012 10:05
Show Gist options
  • Save drott/4249716 to your computer and use it in GitHub Desktop.
Save drott/4249716 to your computer and use it in GitHub Desktop.
enabling subpixel
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