Bug 265251 - `RenderLayerBacking::updateGeometry()` should update its `GraphicsLayer`'s `drawsContent` flag
Summary: `RenderLayerBacking::updateGeometry()` should update its `GraphicsLayer`'s `d...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Compositing (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-11-22 07:55 PST by Vitaly Dyackhov
Modified: 2024-05-03 07:58 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Dyackhov 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.
Comment 1 Vitaly Dyackhov 2023-11-22 07:58:50 PST
Pull request: https://github.com/WebKit/WebKit/pull/20822
Comment 2 Radar WebKit Bug Importer 2023-11-29 07:56:14 PST
<rdar://problem/118933171>