Bug 1667474 [wpt PR 25796] - Invalidate GraphicsLayer::CcLayer() when switching ...
commitc3c209d7c2a0dbac77f8fc737a4fde67d875041c
authorXianzhu Wang <wangxianzhu@chromium.org>
Wed, 30 Sep 2020 22:06:58 +0000 (30 22:06 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Fri, 2 Oct 2020 12:32:35 +0000 (2 12:32 +0000)
tree15f9f9a650faf3ec3b1ebeb4fe79ea18338d9e8d
parent6ecc95c31fa79288cdaf7067ad7f52ee0c43bd12
Bug 1667474 [wpt PR 25796] - Invalidate GraphicsLayer::CcLayer() when switching "create layers after paint", a=testonly

Automatic update from web-platform-tests
Invalidate GraphicsLayer::CcLayer() when switching "create layers after paint"

When we switch on "create layers after paint" and back, the contents of
the original GraphicsLayer::CcLayer() and RasterInvalidator which are
not used during "create layers after paint" may not be valid.
Invalidate them to ensure correct rendering.

Bug: 1132218
Change-Id: Ia717e8202e2627cedbc9e5305619223a5a833f47
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432766
Reviewed-by: Philip Rogers <pdr@chromium.org>
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#811013}

--

wpt-commits: 589d1d54b73d37f1efde64f75cc408bdd640b44a
wpt-pr: 25796
testing/web-platform/tests/svg/painting/svg-child-will-change-transform-invalidation-ref.html [new file with mode: 0644]
testing/web-platform/tests/svg/painting/svg-child-will-change-transform-invalidation.html [new file with mode: 0644]