| 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;
|
|
|
|
|