Title: [121465] trunk/WebKitLibraries
Revision
121465
Author
[email protected]
Date
2012-06-28 13:47:17 -0700 (Thu, 28 Jun 2012)

Log Message

[WinCairo] Unreviewed build correction.  Add two missing macro
declarations to vsprops file.

* win/tools/vsprops/FeatureDefinesCairo.vsprops: Add missing
ENABLE_HIGH_DPI_CANVAS and ENABLE_REQUEST_ANIMATION_FRAME macros.

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (121464 => 121465)


--- trunk/WebKitLibraries/ChangeLog	2012-06-28 20:37:36 UTC (rev 121464)
+++ trunk/WebKitLibraries/ChangeLog	2012-06-28 20:47:17 UTC (rev 121465)
@@ -1,3 +1,11 @@
+2012-06-28  Brent Fulgham  <[email protected]>
+
+        [WinCairo] Unreviewed build correction.  Add two missing macro
+        declarations to vsprops file.
+
+        * win/tools/vsprops/FeatureDefinesCairo.vsprops: Add missing
+        ENABLE_HIGH_DPI_CANVAS and ENABLE_REQUEST_ANIMATION_FRAME macros.
+
 2012-06-27  Brent Fulgham  <[email protected]>
 
         [WinCairo] Unreviewed build correction.  Accidentally turned on

Modified: trunk/WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.vsprops (121464 => 121465)


--- trunk/WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.vsprops	2012-06-28 20:37:36 UTC (rev 121464)
+++ trunk/WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.vsprops	2012-06-28 20:47:17 UTC (rev 121465)
@@ -137,6 +137,11 @@
 		PerformEnvironmentSet="true"
 	/>
   <UserMacro
+		Name="ENABLE_HIGH_DPI_CANVAS"
+		Value="ENABLE_HIGH_DPI_CANVAS"
+		PerformEnvironmentSet="true"
+	/>
+  <UserMacro
 		Name="ENABLE_ICONDATABASE"
 		Value="ENABLE_ICONDATABASE"
 		PerformEnvironmentSet="true"
@@ -272,6 +277,11 @@
 		PerformEnvironmentSet="true"
 	/>
   <UserMacro
+		Name="ENABLE_REQUEST_ANIMATION_FRAME"
+		Value=""
+		PerformEnvironmentSet="true"
+	/>
+  <UserMacro
 		Name="ENABLE_SCRIPTED_SPEECH"
 		Value=""
 		PerformEnvironmentSet="true"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to