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": "6a9af4b1a19cac98be103c6e094c4b55c292d571", "sfntly_revision": "134", - "skia_revision": "7409", + "skia_revision": "7444", # 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 8a56009..c45bb82 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -232,6 +232,7 @@ 'SK_IGNORE_1XN_BITMAP_OPT', 'SK_IGNORE_CLIP_BUG_FIX', 'SK_IGNORE_CONVEX_QUAD_OPT', + 'SK_IGNORE_SETLINE_FIX', ], 'sources!': [ '../third_party/skia/include/core/SkTypes.h', |