Chromium Code Reviews
Descriptioncolor: Set GpuMemoryBuffer color spaces for Canvas
Change Canvas2DLayerBridge::ImageInfo to hold the
gfx::GpuMemoryBuffer, instead of going through the
glCreateGpuMemoryBufferImageCHROMIUM function.
This GL function will be deleted in the future.
Call gfx::GpuMemoryBuffer::SetColorSpaceForScanout,
which inform CoreAnimation of the IOSurface's color
space.
Add a gfx::ColorSpace::FromSkColorSpace stub.
BUG=632178
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Committed: https://crrev.com/b6a6d7c3849e22f549937a42ad4a0177c06fa1df
Cr-Commit-Position: refs/heads/master@{#422167}
Patch Set 1 #Patch Set 2 : Fix remaining asserts #
Total comments: 1
Patch Set 3 : Fix windows build #
Total comments: 2
Patch Set 4 : Use constexpr #Patch Set 5 : Fix constexpr #
Total comments: 1
Messages
Total messages: 53 (42 generated)
|