| Index: content/common/child_process_host_impl.cc
|
| diff --git a/content/common/child_process_host_impl.cc b/content/common/child_process_host_impl.cc
|
| index 6d6060e30cb3c9e2a443a0c4458ba0859f42c8f4..488cdb061388b304da8a327ed58c790aa97c97d1 100644
|
| --- a/content/common/child_process_host_impl.cc
|
| +++ b/content/common/child_process_host_impl.cc
|
| @@ -308,6 +308,7 @@ void ChildProcessHostImpl::OnAllocateGpuMemoryBuffer(
|
| uint32 width,
|
| uint32 height,
|
| uint32 internalformat,
|
| + uint32 usage,
|
| gfx::GpuMemoryBufferHandle* handle) {
|
| handle->type = gfx::SHARED_MEMORY_BUFFER;
|
| AllocateSharedMemory(
|
|
|