Bug 284944
Summary: | [CoordinatedGraphics] ASSERT in CoordinatedBackingStore::removeTile | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
Component: | Platform | Assignee: | Carlos Garcia Campos <cgarcia> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar, Regression |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Carlos Garcia Campos
In CoordinatedBackingStoreProxy we remove any tile creation or update registered but not yet processed by the compositor when a new update includes the removal of that tile, but we still pass the removal to the compositor. Then CoordinatedBackingStore tries to remove the tile, but it was never added. We should also remove the tile removal in that case.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/38201
EWS
Committed 288084@main (68c30bf4b53c): <https://commits.webkit.org/288084@main>
Reviewed commits have been landed. Closing PR #38201 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/141753486>