Bug 1517629 [wpt PR 14705] - Remove/optimize calls to BackdropFilterBounds(), a=testonly
commit99f8cc5f1e2d643016dac373163b03e3b7216cad
authorMason Freed <masonfreed@chromium.org>
Thu, 31 Jan 2019 15:44:13 +0000 (31 15:44 +0000)
committerJames Graham <james@hoppipolla.co.uk>
Thu, 7 Feb 2019 21:49:46 +0000 (7 21:49 +0000)
treef1899a09edc633e24e8ff3104408af438f26a43d
parentd2e0c89ee824313b98ddb5ec2de06c70545296d5
Bug 1517629 [wpt PR 14705] - Remove/optimize calls to BackdropFilterBounds(), a=testonly

Automatic update from web-platform-tests
Remove/optimize calls to BackdropFilterBounds()

With this CL, there are more early-outs in UpdateCompositorFilterOperationsForBackdropFilter
and CreateCompositorFilterOperationsForBackdropFilter in the case where
there isn't a backdrop filter present. Also combined
BackdropFilterBounds and BackdropFilterReferenceBox, as the latter was
not used anywhere else. And added a backdrop-filter test that uses
an SVG reference filter.

Bug: 497522
Change-Id: If6807f774fa0a552ee57b584839ad960fdc27189
Reviewed-on: https://chromium-review.googlesource.com/c/1393943
Reviewed-by: Stefan Zager <szager@chromium.org>
Commit-Queue: Mason Freed <masonfreed@chromium.org>
Cr-Commit-Position: refs/heads/master@{#619986}

--

wpt-commits: 71bd70284e6073e9a6e1379d693979088a86dcd1
wpt-pr: 14705
testing/web-platform/tests/css/filter-effects/backdrop-filter-reference-filter.html [new file with mode: 0644]