RESOLVED DUPLICATE of bug 244830 249178
Create SerializedImageBuffer to safely transfer ImageBuffers between threads
https://bugs.webkit.org/show_bug.cgi?id=249178
Summary Create SerializedImageBuffer to safely transfer ImageBuffers between threads
Matt Woodrow
Reported 2022-12-12 14:35:25 PST
ImageBuffers can be RemoteImageBufferProxy instances that are only safe to use on the thread they were created on. We want to be able to transfer the reference to a new thread, so this adds SerializedImageBuffer to represent the state where we're currently transferring between threads.
Attachments
Matt Woodrow
Comment 1 2022-12-12 14:49:14 PST
Radar WebKit Bug Importer
Comment 2 2022-12-19 14:36:27 PST
Matt Woodrow
Comment 3 2022-12-19 14:53:48 PST
This got subsumed into bug 244830 *** This bug has been marked as a duplicate of bug 244830 ***
Note You need to log in before you can comment on or make changes to this bug.