WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
265251
`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
Add attachment
proposed patch, testcase, etc.
Vitaly Dyackhov
Comment 1
2023-11-22 07:58:50 PST
Pull request:
https://github.com/WebKit/WebKit/pull/20822
Radar WebKit Bug Importer
Comment 2
2023-11-29 07:56:14 PST
<
rdar://problem/118933171
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug