Index: content/common/gpu/client/gpu_memory_buffer_impl_shm.cc |
diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_shm.cc b/content/common/gpu/client/gpu_memory_buffer_impl_shm.cc |
index c550bf65f7ec2b660303dc5cf5bb1496127d48a8..b13f9d2bdc7657fb1b2f77624d00b5f5c1c981ed 100644 |
--- a/content/common/gpu/client/gpu_memory_buffer_impl_shm.cc |
+++ b/content/common/gpu/client/gpu_memory_buffer_impl_shm.cc |
@@ -29,7 +29,7 @@ bool GpuMemoryBufferImplShm::InitializeFromSharedMemory( |
return true; |
} |
-void* GpuMemoryBufferImplShm::Map(AccessMode mode) { |
+void* GpuMemoryBufferImplShm::Map() { |
DCHECK(!mapped_); |
if (!shared_memory_->Map(size_.GetArea() * BytesPerPixel(internalformat_))) |
return NULL; |