RESOLVED CONFIGURATION CHANGED265251
`RenderLayerBacking::updateGeometry()` should update its `GraphicsLayer`'s `drawsContent` flag
https://bugs.webkit.org/show_bug.cgi?id=265251
Summary `RenderLayerBacking::updateGeometry()` should update its `GraphicsLayer`'s `d...
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.