Changeset 135743 in webkit


Ignore:
Timestamp:
Nov 26, 2012, 11:27:52 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=103272

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

    r135736 r135743  
     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=103272
     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  Sheriff Bot  <webkit.review.bot@gmail.com>
    213
  • trunk/Source/WebKit/chromium/skia_webkit.gyp

    r135736 r135743  
    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.