Changeset 136138 in webkit
- Timestamp:
- Nov 29, 2012, 10:14:58 AM (14 years ago)
- Location:
- trunk/Source/WebKit/chromium
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
skia_webkit.gyp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/chromium/ChangeLog
r136125 r136138 1 2012-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 1 9 2012-11-29 Florin Malita <fmalita@chromium.org> 2 10 -
trunk/Source/WebKit/chromium/skia_webkit.gyp
r135754 r136138 40 40 # Place defines here that require significant WebKit rebaselining, or that 41 41 # 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', 42 46 ], 43 47 },
Note:
See TracChangeset
for help on using the changeset viewer.