Bug 240809
Summary: | [GPU Process] [Filters] Make PixelBuffer an abstract class | ||
---|---|---|---|
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 | ||
Bug Depends on: | |||
Bug Blocks: | 231253, 240269 |
Said Abou-Hallawa
Hide the underlying memory of the PixelBuffer 'Uint8ClampedArray' and move it to the subclass JSPixelBuffer. The plan is to subclass PixelBuffer to a class named 'WebKit::ShareablePixelBuffer'. ShareablePixelBuffer will be created when the software filter appliers run in GPUProcess.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/94117981>
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/1261
EWS
Committed r295227 (251282@main): <https://commits.webkit.org/251282@main>
Reviewed commits have been landed. Closing PR #1261 and removing active labels.