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

Unified Diff: ui/gfx/gpu_memory_buffer.cc

Issue 2912753002: Add gfx::GpuMemoryBuffer::shared_memory_handle() (Closed)
Patch Set: Created 3 years, 7 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
« ui/gfx/gpu_memory_buffer.h ('K') | « ui/gfx/gpu_memory_buffer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gpu_memory_buffer.cc
diff --git a/ui/gfx/gpu_memory_buffer.cc b/ui/gfx/gpu_memory_buffer.cc
index e4e42434fabf9a5af5ab637e18ddee10768fdd13..3efb62de4e601487b7baffddb49c397b07946600 100644
--- a/ui/gfx/gpu_memory_buffer.cc
+++ b/ui/gfx/gpu_memory_buffer.cc
@@ -15,6 +15,10 @@ GpuMemoryBufferHandle::GpuMemoryBufferHandle(
GpuMemoryBufferHandle::~GpuMemoryBufferHandle() {}
+base::SharedMemoryHandle GpuMemoryBuffer::shared_memory_handle() const {
+ return base::SharedMemoryHandle();
+}
+
void GpuMemoryBuffer::SetColorSpaceForScanout(
const gfx::ColorSpace& color_space) {}
« ui/gfx/gpu_memory_buffer.h ('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