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
Radar WebKit Bug Importer
Comment 1 2024-12-06 11:57:06 PST
Said Abou-Hallawa
Comment 2 2024-12-06 12:18:12 PST
Note You need to log in before you can comment on or make changes to this bug.