2011-05-30 No'am Rosenthal <noam.rosenthal@nokia.com>
authornoam.rosenthal@nokia.com <noam.rosenthal@nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 30 May 2011 20:57:18 +0000 (20:57 +0000)
committernoam.rosenthal@nokia.com <noam.rosenthal@nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 30 May 2011 20:57:18 +0000 (20:57 +0000)
        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:

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

Source/WebCore/ChangeLog
Source/WebCore/WebCore.pri

index 261f4f8..739cfe7 100644 (file)
@@ -1,3 +1,16 @@
+2011-05-30  No'am Rosenthal  <noam.rosenthal@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  <mrobinson@igalia.com>
 
         Reviewed by Xan Lopez.
index fd13353..8dbd3c7 100644 (file)
@@ -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