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

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

Issue 255713008: Change glimage to accept a type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no ozone Created 6 years, 8 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_shm.h
diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_shm.h b/content/common/gpu/client/gpu_memory_buffer_impl_shm.h
index 6e0856306bbfb96a5a034f96b37d4fb15fbfe8e2..8b8d763535ef79b8b1814b3f65fdd38b07442264 100644
--- a/content/common/gpu/client/gpu_memory_buffer_impl_shm.h
+++ b/content/common/gpu/client/gpu_memory_buffer_impl_shm.h
@@ -20,7 +20,7 @@ class GpuMemoryBufferImplShm : public GpuMemoryBufferImpl {
bool InitializeFromSharedMemory(scoped_ptr<base::SharedMemory> shared_memory);
// Overridden from gfx::GpuMemoryBuffer:
- virtual void* Map(AccessMode mode) OVERRIDE;
+ virtual void* Map() OVERRIDE;
virtual void Unmap() OVERRIDE;
virtual gfx::GpuMemoryBufferHandle GetHandle() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698