Fixing overlap checking for layers with pixel-moving backdrop-filters
Previous to this CL, overlap checking was incorrect for layers that had a pixel-moving backdrop-filter applied. The WPT test external/wpt/css/filter-effects/backdrop-filter-paint-order.html was the best indicator of this bug - a backdrop-filter painted *after* adjoining but not overlapping content would be improperly merged, and blurred content would be observed. This is now fixed. Bug: 622128 Change-Id: I07539f5fbdc9c6e9cfaf6d4116b8de3dd62d1e94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607101 Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by:Philip Rogers <pdr@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#659494}
Showing
Please register or sign in to comment