diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | skia/skia.gyp | 1 | ||||
-rw-r--r-- | skia/skia_test_expectations.txt | 13 |
3 files changed, 14 insertions, 2 deletions
@@ -29,7 +29,7 @@ vars = { "ffmpeg_hash": "82ae69cc47f25f9a59cf2ca8742e3391c34e7602", "sfntly_revision": "134", - "skia_revision": "6523", + "skia_revision": "6533", # 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 37bfe42..aa02390 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -218,7 +218,6 @@ 'GR_STATIC_RECT_VB=1', 'GR_AGGRESSIVE_SHADER_OPTS=1', 'SK_DEFERRED_CANVAS_USES_GPIPE=1', - 'SK_IGNORE_NEW_STROKERECT', # this flag can be removed entirely once this has baked for a while 'SK_ALLOW_OVER_32K_BITMAPS', diff --git a/skia/skia_test_expectations.txt b/skia/skia_test_expectations.txt index a3d8873..97fa9a9 100644 --- a/skia/skia_test_expectations.txt +++ b/skia/skia_test_expectations.txt @@ -107,5 +107,18 @@ crbug.com/161899 platform/chromium/fast/forms/color/color-suggestion-picker-wit crbug.com/161899 platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing.html [ Failure ImageOnlyFailure ] crbug.com/161899 svg/filters/shadow-on-rect-with-filter.svg [ Failure ImageOnlyFailure ] +# To be rebaselined after skia rev. 6530 has landed in webkit +crbug.com/162247 fast/canvas/canvas-incremental-repaint.html [ ImageOnlyFailure ] +crbug.com/162247 svg/W3C-SVG-1.1/animate-elem-81-t.svg [ ImageOnlyFailure ] +crbug.com/162247 svg/W3C-SVG-1.1/animate-elem-82-t.svg [ ImageOnlyFailure ] +crbug.com/162247 svg/W3C-SVG-1.1/painting-stroke-02-t.svg [ ImageOnlyFailure ] +crbug.com/162247 svg/css/group-with-shadow.svg [ ImageOnlyFailure ] +crbug.com/162247 svg/custom/linking-a-03-b-transform.svg [ ImageOnlyFailure ] +crbug.com/162247 svg/custom/linking-a-03-b-viewBox-transform.svg [ ImageOnlyFailure ] +crbug.com/162247 svg/custom/pattern-rotate.svg [ ImageOnlyFailure ] +crbug.com/162247 svg/custom/stroke-width-large.svg [ ImageOnlyFailure ] +crbug.com/162247 svg/custom/use-transform.svg [ ImageOnlyFailure ] +crbug.com/162247 svg/transforms/text-with-pattern-with-svg-transform.svg [ ImageOnlyFailure ] + # END OVERRIDES HERE (this line ensures that the file is newline-terminated) |