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

Unified Diff: gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.h

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
« no previous file with comments | « no previous file | gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.cc » ('j') | ui/gfx/gpu_memory_buffer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.h
diff --git a/gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.h b/gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.h
index 47577fa8d6037114c2559bce3d3079386ad43b3b..9bdfece635469a8e5f132bfc541b8791989372c2 100644
--- a/gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.h
+++ b/gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.h
@@ -50,6 +50,7 @@ class GPU_EXPORT GpuMemoryBufferImplSharedMemory : public GpuMemoryBufferImpl {
gfx::GpuMemoryBufferHandle* handle);
// Overridden from gfx::GpuMemoryBuffer:
+ base::SharedMemoryHandle shared_memory_handle() const override;
bool Map() override;
void* memory(size_t plane) override;
void Unmap() override;
« no previous file with comments | « no previous file | gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.cc » ('j') | ui/gfx/gpu_memory_buffer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698