Title: [133900] trunk
Revision
133900
Author
[email protected]
Date
2012-11-08 07:39:04 -0800 (Thu, 08 Nov 2012)

Log Message

[EFL] Turn WTF_USE_TILED_BACKING_STORE in OptionsEfl.cmake.
https://bugs.webkit.org/show_bug.cgi?id=101559

Patch by Raphael Kubo da Costa <[email protected]> on 2012-11-08
Reviewed by Kenneth Rohde Christiansen.

Follow-up to 133859; also change the default value in
OptionsEfl.cmake so that the default changes for people not using
build-webkit (ie. users) as well.

* Source/cmake/OptionsEfl.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (133899 => 133900)


--- trunk/ChangeLog	2012-11-08 15:32:38 UTC (rev 133899)
+++ trunk/ChangeLog	2012-11-08 15:39:04 UTC (rev 133900)
@@ -1,3 +1,16 @@
+2012-11-08  Raphael Kubo da Costa  <[email protected]>
+
+        [EFL] Turn WTF_USE_TILED_BACKING_STORE in OptionsEfl.cmake.
+        https://bugs.webkit.org/show_bug.cgi?id=101559
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Follow-up to 133859; also change the default value in
+        OptionsEfl.cmake so that the default changes for people not using
+        build-webkit (ie. users) as well.
+
+        * Source/cmake/OptionsEfl.cmake:
+
 2012-11-08  Yael Aharon  <[email protected]>
 
         [EFL] Turn on WTF_USE_TILED_BACKING_STORE by default

Modified: trunk/Source/cmake/OptionsEfl.cmake (133899 => 133900)


--- trunk/Source/cmake/OptionsEfl.cmake	2012-11-08 15:32:38 UTC (rev 133899)
+++ trunk/Source/cmake/OptionsEfl.cmake	2012-11-08 15:39:04 UTC (rev 133900)
@@ -85,6 +85,7 @@
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEB_TIMING ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WORKERS ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_XHR_TIMEOUT ON)
+WEBKIT_OPTION_DEFAULT_PORT_VALUE(WTF_USE_TILED_BACKING_STORE ON)
 
 # FIXME: Perhaps we need a more generic way of defining dependencies between features.
 # VIDEO_TRACK depends on VIDEO.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to