| Commit-Queue | +1 |
&OnReadYUVImagePixelsDone, &yuv_result);Should this be wrapped in a `base::BindOnce` to match the Graphite branch?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Commit-Queue | +2 |
&OnReadYUVImagePixelsDone, &yuv_result);Should this be wrapped in a `base::BindOnce` to match the Graphite branch?
No, as this calls directly on the GrContext, unlike graphite which has wrapper that handles chrome types.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Async YUV readback preserves source colorspace
Uses the source's SkImage's SkColorSpace (which is derived from the
shared image's gfx::ColorSpace already). For multi-planar formats,
it also attempts to find the shared image's SkYUVColorSpace from its
gfx::ColorSpace. For single-plane formats, it defaults to Rec601.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |