WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
284179
Move drawing the ImageBuffer from GraphicsContext to ImageBuffer and ImageBufferBackend
https://bugs.webkit.org/show_bug.cgi?id=284179
Summary
Move drawing the ImageBuffer from GraphicsContext to ImageBuffer and ImageBuf...
Said Abou-Hallawa
Reported
2024-12-06 11:42:36 PST
This is work towards snapshotting the remote iframes
bug 282664
. The current drawing function GraphicsContext::drawImageBuffer() assumes all ImageBuffers have to be sunk into NativeImage. We need to add an DisplayList ImageBufferBackend. To draw the container ImageBuffer we will need to replay back the display list of its backend. So GraphicsContext::drawImageBuffer() should direct the drawing to the ImageBuffer which will delegate it to its backend.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-12-06 11:57:06 PST
<
rdar://problem/141060759
>
Said Abou-Hallawa
Comment 2
2024-12-06 12:18:12 PST
Pull request:
https://github.com/WebKit/WebKit/pull/37557
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