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": "0c981b3a572f9257e6178f5572e3f3cd47ac3025", "sfntly_revision": "134", - "skia_revision": "7006", + "skia_revision": "7044", # 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 e55db05..bc6025a 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -233,6 +233,8 @@ 'SK_SUPPORT_INT_SRCRECT_DRAWBITMAPRECT', 'SK_IGNORE_QUAD_STROKE_FIX', 'SK_IGNORE_TREAT_AS_SPRITE', + 'SK_IGNORE_TRANS_CLAMP_FIX', + 'SK_IGNORE_FAST_SCALEMATRIX_INVERT', ], 'sources!': [ '../third_party/skia/include/core/SkTypes.h', |