WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-06-05 12:49:00 PDT
<
rdar://problem/110272345
>
Said Abou-Hallawa
Comment 2
2023-06-05 12:53:02 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/14678
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.
Top of Page
Format For Printing
XML
Clone This Bug