Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: ui/gfx/gpu_memory_buffer.cc

Issue 2119723002: Color: Add SetColorSpace member to gfx::GpuMemoryBuffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@plumb_2
Patch Set: Add OWNERs Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« components/display_compositor/buffer_queue.cc ('K') | « ui/gfx/gpu_memory_buffer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698