summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--skia/skia.gyp3
-rw-r--r--skia/skia_test_expectations.txt26
3 files changed, 28 insertions, 3 deletions
diff --git a/DEPS b/DEPS
index c595c21..26cb77c 100644
--- a/DEPS
+++ b/DEPS
@@ -29,7 +29,7 @@ vars = {
"ffmpeg_hash": "245a8c0cdfdd5ab3da9045089661017e9ddd8d0e",
"sfntly_revision": "134",
- "skia_revision": "9604",
+ "skia_revision": "9694",
# 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 d55a113..e806d2c 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -261,8 +261,7 @@
'../third_party/skia/gyp/gpu.gypi',
],
'sources': [
- '<@(gr_sources)',
- '<@(skgr_sources)',
+ '<@(skgpu_sources)',
],
'include_dirs': [
'../third_party/skia/include/gpu',
diff --git a/skia/skia_test_expectations.txt b/skia/skia_test_expectations.txt
index eb7f1da..0e17447 100644
--- a/skia/skia_test_expectations.txt
+++ b/skia/skia_test_expectations.txt
@@ -58,4 +58,30 @@ crbug.com/243726 svg/as-background-image/svg-as-background-6.html [ ImageOnlyFai
crbug.com/247306 svg/custom/use-referencing-nonexisting-symbol.svg [ Failure ImageOnlyFailure ]
crbug.com/247306 [ Linux ] fast/text/international/spaces-combined-in-vertical-text.html [ Failure ]
+# With the Skia DEPS roll to r9631 (https://codereview.chromium.org/17078006/)
+# some layout test images changed. This is most likely due to r9605
+# (https://code.google.com/p/skia/source/detail?r=9605)
+crbug.com/250525 css3/filters/custom/custom-filter-nonseparable-blend-mode-color.html [ ImageOnlyFailure Crash ]
+crbug.com/250525 css3/filters/custom/custom-filter-nonseparable-blend-mode-hue.html [ ImageOnlyFailure Crash ]
+crbug.com/250525 css3/filters/custom/custom-filter-nonseparable-blend-mode-luminosity.html [ ImageOnlyFailure Crash ]
+crbug.com/250525 css3/filters/custom/custom-filter-nonseparable-blend-mode-saturation.html [ ImageOnlyFailure Crash ]
+crbug.com/250525 svg/W3C-SVG-1.1/masking-intro-01-f.svg [ ImageOnlyFailure ]
+crbug.com/250525 svg/css/circle-in-mask-with-shadow.svg [ ImageOnlyFailure ]
+crbug.com/250525 svg/custom/grayscale-gradient-mask-2.svg [ ImageOnlyFailure ]
+crbug.com/250525 svg/custom/mask-colorspace.svg [ ImageOnlyFailure ]
+crbug.com/250525 svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr.html [ ImageOnlyFailure ]
+crbug.com/250525 svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr.html [ ImageOnlyFailure ]
+crbug.com/250525 svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr.html [ ImageOnlyFailure ]
+crbug.com/250525 svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr.html [ ImageOnlyFailure ]
+crbug.com/250525 svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr.html [ ImageOnlyFailure ]
+crbug.com/250525 svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop.html [ ImageOnlyFailure ]
+crbug.com/250525 svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop.html [ ImageOnlyFailure ]
+crbug.com/250525 svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop.html [ ImageOnlyFailure ]
+crbug.com/250525 svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop.html [ ImageOnlyFailure ]
+crbug.com/250525 svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop.html [ ImageOnlyFailure ]
+crbug.com/250525 svg/filters/filter-clip.svg [ ImageOnlyFailure ]
+crbug.com/250525 css3/filters/effect-reference.html [ ImageOnlyFailure ]
+crbug.com/250525 svg/W3C-SVG-1.1/filters-turb-01-f.svg [ ImageOnlyFailure ]
+crbug.com/250525 svg/W3C-SVG-1.1/filters-turb-02-f.svg [ ImageOnlyFailure ]
+
# END OVERRIDES HERE (this line ensures that the file is newline-terminated)