Bug 265251
| Summary: | `RenderLayerBacking::updateGeometry()` should update its `GraphicsLayer`'s `drawsContent` flag | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vitaly Dyackhov <vitaly> |
| Component: | Compositing | Assignee: | 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
`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
Pull request: https://github.com/WebKit/WebKit/pull/20822
Radar WebKit Bug Importer
<rdar://problem/118933171>