summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--skia/skia.gyp2
2 files changed, 3 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 24e21df..f20c754 100644
--- a/DEPS
+++ b/DEPS
@@ -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',