Title: [108288] trunk
Revision
108288
Author
[email protected]
Date
2012-02-20 19:05:43 -0800 (Mon, 20 Feb 2012)

Log Message

[GTK] Turn on requestAnimationFrame for release builds
https://bugs.webkit.org/show_bug.cgi?id=79038

Patch by Martin Robinson <[email protected]> on 2012-02-20
Reviewed by Gustavo Noronha Silva.

* configure.ac: Turn on requestAnimationFrame by default.

Modified Paths

Diff

Modified: trunk/ChangeLog (108287 => 108288)


--- trunk/ChangeLog	2012-02-21 02:51:23 UTC (rev 108287)
+++ trunk/ChangeLog	2012-02-21 03:05:43 UTC (rev 108288)
@@ -1,5 +1,14 @@
 2012-02-20  Martin Robinson  <[email protected]>
 
+        [GTK] Turn on requestAnimationFrame for release builds
+        https://bugs.webkit.org/show_bug.cgi?id=79038
+
+        Reviewed by Gustavo Noronha Silva.
+
+        * configure.ac: Turn on requestAnimationFrame by default.
+
+2012-02-20  Martin Robinson  <[email protected]>
+
         [GTK] Geolocation support should be on by default
         https://bugs.webkit.org/show_bug.cgi?id=79037
 

Modified: trunk/configure.ac (108287 => 108288)


--- trunk/configure.ac	2012-02-21 02:51:23 UTC (rev 108287)
+++ trunk/configure.ac	2012-02-21 03:05:43 UTC (rev 108288)
@@ -1035,8 +1035,8 @@
 AC_MSG_CHECKING([whether to enable requestAnimationFrame support])
 AC_ARG_ENABLE(request_animation_frame,
               AC_HELP_STRING([--enable-request-animation-frame],
-                             [enable support for requestAnimationFrame (experimental) [default=no]]),
-              [],[enable_request_animation_frame="no"])
+                             [enable support for requestAnimationFrame (experimental) [default=yes]]),
+              [],[enable_request_animation_frame="yes"])
 AC_MSG_RESULT([$enable_request_animation_frame])
 
 # check whether to enable touch icon loading 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to