RESOLVED INVALID 257722
Remove GraphicsLayerPaintBehavior
https://bugs.webkit.org/show_bug.cgi?id=257722
Summary Remove GraphicsLayerPaintBehavior
Said Abou-Hallawa
Reported 2023-06-05 12:47:53 PDT
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
Radar WebKit Bug Importer
Comment 1 2023-06-05 12:49:00 PDT
Said Abou-Hallawa
Comment 2 2023-06-05 12:53:02 PDT
Said Abou-Hallawa
Comment 3 2023-06-22 18:09:14 PDT
GraphicsLayerPaintBehavior is still used after https://commits.webkit.org/265328@main.
Note You need to log in before you can comment on or make changes to this bug.