Bug 257722
| Summary: | Remove GraphicsLayerPaintBehavior | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
| Component: | Images | Assignee: | Said Abou-Hallawa <sabouhallawa> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | sabouhallawa, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=257358 https://bugs.webkit.org/show_bug.cgi?id=256620 |
||
Said Abou-Hallawa
After 264679@main, deciding whether an image should be decoded asynchronously or not, now depends on the flag NodeRareData::m_hasEverPaintedImages. No layer state will affect this decision anymore. So GraphicsLayerPaintBehavior can be removed. This will allow removing RemoteLayerTreeContext::setNextRenderingUpdateRequiresSynchronousImageDecoding() and LocalFrameView::invalidateImagesWithAsyncDecodes() as well.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/110272345>
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/14678
Said Abou-Hallawa
GraphicsLayerPaintBehavior is still used after https://commits.webkit.org/265328@main.