Bug 265251

Summary: `RenderLayerBacking::updateGeometry()` should update its `GraphicsLayer`'s `drawsContent` flag
Product: WebKit Reporter: Vitaly Dyackhov <vitaly>
Component: CompositingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Vitaly Dyackhov
Reported 2023-11-22 07:55:46 PST
`RenderLayerBacking::updateGeometry()` may change `m_requiresOwnBackingStore`, which can affect the result of `containsPaintedContent()`. We should call `updateDrawsContent()` so that `GraphicsLayer` reflects this change.
Attachments
Vitaly Dyackhov
Comment 1 2023-11-22 07:58:50 PST
Radar WebKit Bug Importer
Comment 2 2023-11-29 07:56:14 PST
Note You need to log in before you can comment on or make changes to this bug.