| Index: content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc
|
| diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc b/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc
|
| index 42daebc0089b4ae8a602ea946ea826758c1a7150..b038dc365dbd9273ff695134a5e92ed524775e80 100644
|
| --- a/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc
|
| +++ b/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc
|
| @@ -77,7 +77,7 @@ bool GpuMemoryBufferImplSharedMemory::Initialize() {
|
| }
|
|
|
| bool GpuMemoryBufferImplSharedMemory::InitializeFromHandle(
|
| - gfx::GpuMemoryBufferHandle handle) {
|
| + const gfx::GpuMemoryBufferHandle& handle) {
|
| DCHECK(IsLayoutSupported(size_, internalformat_));
|
| if (!base::SharedMemory::IsHandleValid(handle.handle))
|
| return false;
|
|
|