Title: [87697] trunk/Source/WebCore
Revision
87697
Author
noam.rosent...@nokia.com
Date
2011-05-30 13:57:18 -0700 (Mon, 30 May 2011)

Log Message

2011-05-30  No'am Rosenthal  <noam.rosent...@nokia.com>

        Reviewed by Andreas Kling.

        [Texmap][Qt] Enable TextureMapper by default
        https://bugs.webkit.org/show_bug.cgi?id=61740

        Make CONFIG+=texmap an opt-out instead of an opt-in.

        No new functionality so no new tests.

        * WebCore.pri:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (87696 => 87697)


--- trunk/Source/WebCore/ChangeLog	2011-05-30 20:08:51 UTC (rev 87696)
+++ trunk/Source/WebCore/ChangeLog	2011-05-30 20:57:18 UTC (rev 87697)
@@ -1,3 +1,16 @@
+2011-05-30  No'am Rosenthal  <noam.rosent...@nokia.com>
+
+        Reviewed by Andreas Kling.
+
+        [Texmap][Qt] Enable TextureMapper by default
+        https://bugs.webkit.org/show_bug.cgi?id=61740
+
+        Make CONFIG+=texmap an opt-out instead of an opt-in.
+
+        No new functionality so no new tests.
+
+        * WebCore.pri:
+
 2011-05-30  Martin Robinson  <mrobin...@igalia.com>
 
         Reviewed by Xan Lopez.

Modified: trunk/Source/WebCore/WebCore.pri (87696 => 87697)


--- trunk/Source/WebCore/WebCore.pri	2011-05-30 20:08:51 UTC (rev 87696)
+++ trunk/Source/WebCore/WebCore.pri	2011-05-30 20:57:18 UTC (rev 87697)
@@ -3,8 +3,8 @@
 include(../common.pri)
 include(features.pri)
 
-# Uncomment this to enable Texture Mapper.
-# CONFIG += texmap
+# We enable TextureMapper by default; remove this line to enable GraphicsLayerQt.
+CONFIG += texmap
 
 QT *= network
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to