0
Files
src/gpu
Nathan Zabriskie 61e569060a Unify copy paths in RasterDecoder::CopySubTexture for OOPR Canvas2D
Currently RasterDecoder::CopySubTexture has three internal functions
for performing the copy based on the current backend. Previously
copying with Skia could require one extra copy when OneCopyRasterBuffer
was in use but this has been fixed with crrev.com/c/2517149. This CL
changes the copy to always default to Skia when OOPR Canvas is enabled.
A future CL will remove that restriction and always perform the copy
using Skia.

Bug: 984045
Change-Id: If317ceb59cf7eb93cfce521d2453a44348f6a2ce
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570079
Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Nathan Zabriskie <nazabris@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#844213}
2021-01-15 20:23:29 +00:00
..
2020-10-09 00:30:48 +00:00
2020-10-09 00:30:48 +00:00
2021-01-15 15:20:42 +00:00