Bug 240811
Summary: | [GPU Process] [Filters] Transfer the ownership of the FilterImage buffers from GPUProcess to WebProcess | ||
---|---|---|---|
Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
Component: | Layout and Rendering | Assignee: | Said Abou-Hallawa <sabouhallawa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=241937 | ||
Bug Depends on: | |||
Bug Blocks: | 231253, 240269 |
Said Abou-Hallawa
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/94118219>
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/1368
EWS
Committed 251798@main (2166784c7ea6): <https://commits.webkit.org/251798@main>
Reviewed commits have been landed. Closing PR #1368 and removing active labels.