diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | skia/skia.gyp | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -29,7 +29,7 @@ vars = { "ffmpeg_hash": "82ae69cc47f25f9a59cf2ca8742e3391c34e7602", "sfntly_revision": "134", - "skia_revision": "6593", + "skia_revision": "6630", # Three lines of non-changing comments so that # the commit queue can handle CLs rolling Skia # and V8 without interference from each other. diff --git a/skia/skia.gyp b/skia/skia.gyp index 6c11f07..0decae1 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -236,6 +236,7 @@ 'SK_DISABLE_DITHER_32BIT_GRADIENT', 'SK_DISABLE_DASHING_OPTIMIZATION', + 'SK_DISABLE_SEPARABLE_MASK_BLUR', ], 'sources!': [ '../third_party/skia/include/core/SkTypes.h', |