| Index: content/common/gpu/client/command_buffer_proxy_impl.cc
|
| diff --git a/content/common/gpu/client/command_buffer_proxy_impl.cc b/content/common/gpu/client/command_buffer_proxy_impl.cc
|
| index 4ae3741fcd762886d572b06e2bd2f56ed776f027..c3c841924355e6beb7f1f3e4685d20e688248ff0 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.cc
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.cc
|
| @@ -462,7 +462,7 @@ int32_t CommandBufferProxyImpl::CreateGpuMemoryBufferImage(
|
| channel_->gpu_memory_buffer_manager()->AllocateGpuMemoryBuffer(
|
| gfx::Size(width, height),
|
| gpu::ImageFactory::DefaultBufferFormatForImageFormat(internalformat),
|
| - gfx::BufferUsage::GPU_READ_WRITE));
|
| + gfx::BufferUsage::SCANOUT));
|
| if (!buffer)
|
| return -1;
|
|
|
|
|