[Webkit-unassigned] [Bug 284944] New: [CoordinatedGraphics] ASSERT in CoordinatedBackingStore::removeTile
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 19 02:39:20 PST 2024
https://bugs.webkit.org/show_bug.cgi?id=284944
Bug ID: 284944
Summary: [CoordinatedGraphics] ASSERT in
CoordinatedBackingStore::removeTile
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Keywords: Regression
Severity: Normal
Priority: P2
Component: Platform
Assignee: webkit-unassigned at lists.webkit.org
Reporter: cgarcia at igalia.com
CC: bugs-noreply at webkitgtk.org
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241219/c3d72f5a/attachment.htm>
More information about the webkit-unassigned
mailing list