Remove clip/matrix effects from CanvasResourceProvider::WritePixels
With the new RasterInterface::WritePixels API we can now upload pixels directly to textures through RasterInterface without creating paint ops for mailbox backed shared images. This CL modifies existing code to prepare to use the new API. A follow up CL will actually hook up the new API for CanvasResourceProviderSharedImage. Bug: 1063725 Change-Id: Id5cd411e94d1fd8721d5491673f6120bcd6ed33c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210738 Commit-Queue: Khushal <khushalsagar@chromium.org> Reviewed-by:Fernando Serboncini <fserb@chromium.org> Cr-Commit-Position: refs/heads/master@{#771922}
Showing
Please register or sign in to comment