summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--skia/skia.gyp4
2 files changed, 5 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 1674e58..1f58a74 100644
--- a/DEPS
+++ b/DEPS
@@ -29,7 +29,7 @@ vars = {
"ffmpeg_hash": "4a1909e22211b340ee859a8c9d12e8825fe499b7",
"sfntly_revision": "134",
- "skia_revision": "5655",
+ "skia_revision": "5710",
# 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 9807103..c2562f0 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -247,6 +247,10 @@
# font rendering in high DPI mode.
# See https://codereview.appspot.com/6495089/
'SK_SUPPORT_HINTING_SCALE_FACTOR',
+
+ # Temporarily keep old int-srcrect behavior, until we determine if
+ # the few failures are a bug or not.
+ 'SK_SUPPORT_INT_SRCRECT_DRAWBITMAPRECT',
],
'sources!': [
'../third_party/skia/include/core/SkTypes.h',