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

Unified Diff: content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.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_surface_texture.h
diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.h b/content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.h
index c1cbfc3c31990c3f628fe92285a73d5fb5e6bab1..cfce0ff28daedce4dd256460fb729d9095acb398 100644
--- a/content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.h
+++ b/content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.h
@@ -23,7 +23,7 @@ class GpuMemoryBufferImplSurfaceTexture : public GpuMemoryBufferImpl {
static bool IsConfigurationSupported(unsigned internalformat, unsigned usage);
static int WindowFormat(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