From 3dd928cd202c4ea4684be1477375ac2fc74fffd7 Mon Sep 17 00:00:00 2001 From: "noam.rosenthal@nokia.com" Date: Mon, 30 May 2011 20:57:18 +0000 Subject: [PATCH] 2011-05-30 No'am Rosenthal 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 | 13 +++++++++++++ Source/WebCore/WebCore.pri | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index 261f4f8..739cfe7 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,16 @@ +2011-05-30 No'am Rosenthal + + 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 Reviewed by Xan Lopez. diff --git a/Source/WebCore/WebCore.pri b/Source/WebCore/WebCore.pri index fd13353..8dbd3c7 100644 --- a/Source/WebCore/WebCore.pri +++ b/Source/WebCore/WebCore.pri @@ -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 -- 2.7.4