Chromium Code Reviews| Index: ui/gfx/gpu_memory_buffer.cc |
| diff --git a/ui/gfx/gpu_memory_buffer.cc b/ui/gfx/gpu_memory_buffer.cc |
| index 41ba0c98018f7c1741c85487f1d66330460b2a1c..1f9c1b092cc6d80151b4da54214684d08c819d73 100644 |
| --- a/ui/gfx/gpu_memory_buffer.cc |
| +++ b/ui/gfx/gpu_memory_buffer.cc |
| @@ -25,4 +25,7 @@ GpuMemoryBufferHandle::GpuMemoryBufferHandle( |
| GpuMemoryBufferHandle::~GpuMemoryBufferHandle() {} |
| +void GpuMemoryBuffer::SetColorSpaceForScanout( |
| + const gfx::ColorSpace& color_space) {} |
|
no sievers
2016/07/01 21:23:57
nit: NOTIMPLEMENTED()? maybe
ccameron
2016/07/01 21:50:07
This is still called on all platforms -- I think i
|
| + |
| } // namespace gfx |