Remote image buffer Context2D contexts are prepared needlessly The preparation step prepares for external access of the ImageBuffer backing store. The Context2D does not use external access for compositing, rather the image buffer is just drawn to another image buffer.
<rdar://problem/111838879>
Pull request: https://github.com/WebKit/WebKit/pull/15598