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

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 mac plumbing 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) {}
+
} // namespace gfx
« content/browser/renderer_host/render_widget_host_view_mac.mm ('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