RESOLVED FIXED 240811
[GPU Process] [Filters] Transfer the ownership of the FilterImage buffers from GPUProcess to WebProcess
https://bugs.webkit.org/show_bug.cgi?id=240811
Summary [GPU Process] [Filters] Transfer the ownership of the FilterImage buffers fro...
Said Abou-Hallawa
Reported 2022-05-23 09:22:10 PDT
This will be done by sending a message with the SharedMemory::Handle from GPUProcess to WebProcess after the memory is created. When receiving this message, WebProcess will call takeOwnershipOfMemory() to acquire the ownership of this memory.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-05-30 09:23:14 PDT
Said Abou-Hallawa
Comment 2 2022-06-07 23:24:51 PDT
EWS
Comment 3 2022-06-23 13:00:32 PDT
Committed 251798@main (2166784c7ea6): <https://commits.webkit.org/251798@main> Reviewed commits have been landed. Closing PR #1368 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.