⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 136138 in webkit


Ignore:
Timestamp:
Nov 29, 2012, 10:14:58 AM (14 years ago)
Author:
schenney@chromium.org
Message:

[Chromium] Add code supppression flags for skia

Unreviewed addition of Skia build flags to allow for their removal from Chromium's skia.gyp.

  • skia_webkit.gyp: Added defines for SK_DISABLE_DITHER_32BIT_GRADIENT and SK_DISABLE_DASHING_OPTIMIZATION
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r136125 r136138  
     12012-11-29  Stephen Chenney  <schenney@chromium.org>
     2
     3        [Chromium] Add code supppression flags for skia
     4
     5        Unreviewed addition of Skia build flags to allow for their removal from Chromium's skia.gyp.
     6
     7        * skia_webkit.gyp: Added defines for SK_DISABLE_DITHER_32BIT_GRADIENT and SK_DISABLE_DASHING_OPTIMIZATION
     8
    192012-11-29  Florin Malita  <fmalita@chromium.org>
    210
  • trunk/Source/WebKit/chromium/skia_webkit.gyp

    r135754 r136138  
    4040          # Place defines here that require significant WebKit rebaselining, or that
    4141          # are otherwise best removed in WebKit and then rolled into Chromium.
     42          # Defines should be in single quotes and a comma must appear after every one.
     43          'SK_DISABLE_DITHER_32BIT_GRADIENT',
     44
     45          'SK_DISABLE_DASHING_OPTIMIZATION',
    4246        ],
    4347      },
Note: See TracChangeset for help on using the changeset viewer.