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

Unified Diff: content/common/gpu/client/gpu_memory_buffer_impl_io_surface.h

Issue 409723003: content: Add DeletedGpuMemoryBuffer IPC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove unused code Created 6 years, 5 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: content/common/gpu/client/gpu_memory_buffer_impl_io_surface.h
diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_io_surface.h b/content/common/gpu/client/gpu_memory_buffer_impl_io_surface.h
index 24bdcf7e3b28f2dc58078383171b38afa586fc89..911a37e94bbd32cd98c8c19677206903059040f9 100644
--- a/content/common/gpu/client/gpu_memory_buffer_impl_io_surface.h
+++ b/content/common/gpu/client/gpu_memory_buffer_impl_io_surface.h
@@ -23,7 +23,7 @@ class GpuMemoryBufferImplIOSurface : public GpuMemoryBufferImpl {
static bool IsConfigurationSupported(unsigned internalformat, unsigned usage);
static uint32 PixelFormat(unsigned internalformat);
- bool InitializeFromHandle(gfx::GpuMemoryBufferHandle handle);
+ bool InitializeFromHandle(const gfx::GpuMemoryBufferHandle& handle);
// Overridden from gfx::GpuMemoryBuffer:
virtual void* Map() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698