diff options
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index aa02390..8eb4b69 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -231,6 +231,9 @@ # Temporarily keep old int-srcrect behavior, until we determine if # the few failures are a bug or not. 'SK_SUPPORT_INT_SRCRECT_DRAWBITMAPRECT', + + # Moved from SkUserConfig.h, so we can rebaseline when we remove this. + 'SK_DISABLE_DITHER_32BIT_GRADIENT', ], 'sources!': [ '../third_party/skia/include/core/SkTypes.h', |