[WinCairo] Unreviewed build correction. Add two missing macro
authorbfulgham@webkit.org <bfulgham@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 28 Jun 2012 20:47:17 +0000 (20:47 +0000)
committerbfulgham@webkit.org <bfulgham@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 28 Jun 2012 20:47:17 +0000 (20:47 +0000)
declarations to vsprops file.

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

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121465 268f45cc-cd09-0410-ab3c-d52691b4dbfc

WebKitLibraries/ChangeLog
WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.vsprops

index d0fccf0..2a40b1e 100644 (file)
@@ -1,3 +1,11 @@
+2012-06-28  Brent Fulgham  <bfulgham@webkit.org>
+
+        [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  <bfulgham@webkit.org>
 
         [WinCairo] Unreviewed build correction.  Accidentally turned on
index e0d80ac..7ea82a5 100644 (file)
                PerformEnvironmentSet="true"
        />
   <UserMacro
+               Name="ENABLE_HIGH_DPI_CANVAS"
+               Value="ENABLE_HIGH_DPI_CANVAS"
+               PerformEnvironmentSet="true"
+       />
+  <UserMacro
                Name="ENABLE_ICONDATABASE"
                Value="ENABLE_ICONDATABASE"
                PerformEnvironmentSet="true"
                PerformEnvironmentSet="true"
        />
   <UserMacro
+               Name="ENABLE_REQUEST_ANIMATION_FRAME"
+               Value=""
+               PerformEnvironmentSet="true"
+       />
+  <UserMacro
                Name="ENABLE_SCRIPTED_SPEECH"
                Value=""
                PerformEnvironmentSet="true"