Bug 286742

Summary: [CoordinatedGraphics] The layer backing store might not change after being set to nullptr
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: PlatformAssignee: Carlos Garcia Campos <cgarcia>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Carlos Garcia Campos
Reported 2025-01-30 05:06:59 PST
This is because CoordinatedPlatformLayer::flushCompositingState returns early if there aren't pending changes and m_backingStoreProxy is nullptr. So, if backing store is reset and nothing else changes we don't change the target layer.
Attachments
Carlos Garcia Campos
Comment 1 2025-01-30 05:10:20 PST
EWS
Comment 2 2025-01-31 01:20:14 PST
Committed 289602@main (8702d7ebc9db): <https://commits.webkit.org/289602@main> Reviewed commits have been landed. Closing PR #39760 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2025-01-31 01:21:12 PST
Note You need to log in before you can comment on or make changes to this bug.