diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | skia/skia.gyp | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -29,7 +29,7 @@ vars = { "ffmpeg_hash": "cc796f43aa0528f3d10bc853cc52af30acab618c", "sfntly_revision": "134", - "skia_revision": "8974", + "skia_revision": "9003", # 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 d6acca5..63ab069 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -244,6 +244,8 @@ # Disable this check because it is too strict for some Chromium-specific # subclasses of SkPixelRef. See bug: crbug.com/171776. 'SK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK', + + 'IGNORE_ROT_AA_RECT_OPT', ], 'sources!': [ '../third_party/skia/include/core/SkTypes.h', |