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": "82ae69cc47f25f9a59cf2ca8742e3391c34e7602", "sfntly_revision": "134", - "skia_revision": "6979", + "skia_revision": "7006", # 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 0bffca8..e55db05 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -231,6 +231,8 @@ # Temporarily keep old int-srcrect behavior, until we determine if # the few failures are a bug or not. 'SK_SUPPORT_INT_SRCRECT_DRAWBITMAPRECT', + 'SK_IGNORE_QUAD_STROKE_FIX', + 'SK_IGNORE_TREAT_AS_SPRITE', ], 'sources!': [ '../third_party/skia/include/core/SkTypes.h', |