Title: [149221] trunk/WebKitLibraries
Revision
149221
Author
[email protected]
Date
2013-04-26 16:40:34 -0700 (Fri, 26 Apr 2013)

Log Message

Disable sub-pixel-layout on Apple Windows port.

* win/tools/vsprops/FeatureDefines.props:

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (149220 => 149221)


--- trunk/WebKitLibraries/ChangeLog	2013-04-26 23:17:15 UTC (rev 149220)
+++ trunk/WebKitLibraries/ChangeLog	2013-04-26 23:40:34 UTC (rev 149221)
@@ -1,5 +1,11 @@
 2013-04-26  Roger Fong  <[email protected]>
 
+        Disable sub-pixel-layout on Apple Windows port.
+
+        * win/tools/vsprops/FeatureDefines.props:
+
+2013-04-26  Roger Fong  <[email protected]>
+
         Make Apple Windows VS2010 build results into and get dependencies from __32 suffixed folders.
         Make the DebugSuffix configuration use _debug dependencies.
 

Modified: trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.props (149220 => 149221)


--- trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.props	2013-04-26 23:17:15 UTC (rev 149220)
+++ trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.props	2013-04-26 23:40:34 UTC (rev 149221)
@@ -67,7 +67,7 @@
     <ENABLE_SHARED_WORKERS>ENABLE_SHARED_WORKERS</ENABLE_SHARED_WORKERS>
     <ENABLE_SQL_DATABASE>ENABLE_SQL_DATABASE</ENABLE_SQL_DATABASE>
     <ENABLE_STYLE_SCOPED />
-    <ENABLE_SUBPIXEL_LAYOUT>ENABLE_SUBPIXEL_LAYOUT</ENABLE_SUBPIXEL_LAYOUT>
+    <ENABLE_SUBPIXEL_LAYOUT></ENABLE_SUBPIXEL_LAYOUT>
     <ENABLE_SVG>ENABLE_SVG</ENABLE_SVG>
     <ENABLE_SVG_DOM_OBJC_BINDINGS />
     <ENABLE_SVG_FONTS>ENABLE_SVG_FONTS</ENABLE_SVG_FONTS>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to