Changeset 87697 in webkit


Ignore:
Timestamp:
May 30, 2011 1:57:18 PM (13 years ago)
Author:
noam.rosenthal@nokia.com
Message:

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:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r87696 r87697  
     12011-05-30  No'am Rosenthal  <noam.rosenthal@nokia.com>
     2
     3        Reviewed by Andreas Kling.
     4
     5        [Texmap][Qt] Enable TextureMapper by default
     6        https://bugs.webkit.org/show_bug.cgi?id=61740
     7
     8        Make CONFIG+=texmap an opt-out instead of an opt-in.
     9
     10        No new functionality so no new tests.
     11
     12        * WebCore.pri:
     13
    1142011-05-30  Martin Robinson  <mrobinson@igalia.com>
    215
  • trunk/Source/WebCore/WebCore.pri

    r87312 r87697  
    44include(features.pri)
    55
    6 # Uncomment this to enable Texture Mapper.
    7 # CONFIG += texmap
     6# We enable TextureMapper by default; remove this line to enable GraphicsLayerQt.
     7CONFIG += texmap
    88
    99QT *= network
Note: See TracChangeset for help on using the changeset viewer.