Title: [133865] trunk
Revision
133865
Author
rak...@webkit.org
Date
2012-11-08 01:00:48 -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

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 (133864 => 133865)


--- trunk/ChangeLog	2012-11-08 08:49:38 UTC (rev 133864)
+++ trunk/ChangeLog	2012-11-08 09:00:48 UTC (rev 133865)
@@ -1,3 +1,16 @@
+2012-11-08  Raphael Kubo da Costa  <raphael.kubo.da.co...@intel.com>
+
+        [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  <yael.aha...@intel.com>
 
         [EFL] Turn on WTF_USE_TILED_BACKING_STORE by default

Modified: trunk/Source/cmake/OptionsEfl.cmake (133864 => 133865)


--- trunk/Source/cmake/OptionsEfl.cmake	2012-11-08 08:49:38 UTC (rev 133864)
+++ trunk/Source/cmake/OptionsEfl.cmake	2012-11-08 09:00:48 UTC (rev 133865)
@@ -94,6 +94,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
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to