Changeset 135735 in webkit


Ignore:
Timestamp:
Nov 26, 2012, 9:43:46 AM (12 years ago)
Author:
reed@google.com
Message:

add SK_DISABLE_DITHER_32BIT_GRADIENT define, in preparation for rebaselining
https://bugs.webkit.org/show_bug.cgi?id=103269

Reviewed by NOBODY. Unreviewed.

No behavior change, as this define already exists on the chrome side in SkUserConfig.h

  • skia_webkit.gyp:
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

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

    r135718 r135735  
     12012-11-26  Mike Reed  <reed@google.com>
     2
     3        add SK_DISABLE_DITHER_32BIT_GRADIENT define, in preparation for rebaselining
     4        https://bugs.webkit.org/show_bug.cgi?id=103269
     5
     6        Reviewed by NOBODY. Unreviewed.
     7
     8        No behavior change, as this define already exists on the chrome side in SkUserConfig.h
     9
     10        * skia_webkit.gyp:
     11
    1122012-11-26  Scott Violet  <sky@chromium.org>
    213
  • trunk/Source/WebKit/chromium/skia_webkit.gyp

    r135516 r135735  
    4040          # Place defines here that require significant WebKit rebaselining, or that
    4141          # are otherwise best removed in WebKit and then rolled into Chromium.
     42         
     43          # extracted from SkUserConfig.h, in preparation for rebaselining.
     44          SK_DISABLE_DITHER_32BIT_GRADIENT,
    4245        ],
    4346      },
Note: See TracChangeset for help on using the changeset viewer.