ImageBufferAllocator is a new class which will be introduced to allow creating different ImageBuffer and PixelBuffer if the filter software appliers run in GPUProcess. The plan is to keep FilterImage allocate unaccelerated local ImageBuffer and PixelBuffer backed by Uint8ClampedArray in WebProcess. But make it allocate ImageBuffer backed by ShareableBitmap and PixelBuffer backed by SharedMemory in GPUProcess.
<rdar://problem/94117817>
Pull request: https://github.com/WebKit/WebKit/pull/1234
Committed r295149 (251238@main): <https://commits.webkit.org/251238@main> Reviewed commits have been landed. Closing PR #1234 and removing active labels.