summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-06 19:45:41 +0000
committerrobertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-06 19:45:41 +0000
commit5543d4d5794aa36b1f94a11c7d6a000767025341 (patch)
tree6d89390e8f4308a9d13b55908fbf17545b571b49
parentf00b9280531031ed5dfd2d4a48d65142497dd1ea (diff)
downloadchromium_src-5543d4d5794aa36b1f94a11c7d6a000767025341.zip
chromium_src-5543d4d5794aa36b1f94a11c7d6a000767025341.tar.gz
chromium_src-5543d4d5794aa36b1f94a11c7d6a000767025341.tar.bz2
Roll Skia DEPS to 8009
control: https://codereview.chromium.org/12546005/ Review URL: https://codereview.chromium.org/12543005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186483 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS2
-rw-r--r--skia/skia.gyp1
2 files changed, 2 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 6f90a15..78f9dee 100644
--- a/DEPS
+++ b/DEPS
@@ -29,7 +29,7 @@ vars = {
"ffmpeg_hash": "bb82a38d45e65c1fba378c15180b98ad76ebe1ca",
"sfntly_revision": "134",
- "skia_revision": "7997",
+ "skia_revision": "8009",
# 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 e6555b6..dd77ea6 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -234,6 +234,7 @@
'SK_DISABLE_BLUR_ROUNDING',
'SK_IGNORE_SUBPIXEL_AXIS_ALIGN_FIX',
+ 'SK_IGNORE_PICTURE_RECORD_SAVE_LAYER_OPT',
# Disable this check because it is too strict for some Chromium-specific
# subclasses of SkPixelRef. See bug: crbug.com/171776.