| Index: components/mus/gles2/command_buffer_local.cc
|
| diff --git a/components/mus/gles2/command_buffer_local.cc b/components/mus/gles2/command_buffer_local.cc
|
| index 977207fc32a73363e9bcc6de902366cf70352eef..b797da9286b5c5257a9a048bdb1e533fc5fa1ddd 100644
|
| --- a/components/mus/gles2/command_buffer_local.cc
|
| +++ b/components/mus/gles2/command_buffer_local.cc
|
| @@ -141,7 +141,7 @@ int32_t CommandBufferLocal::CreateImage(ClientBuffer buffer,
|
| gfx::Size(static_cast<int>(width), static_cast<int>(height)),
|
| internalformat));
|
| if (!image->Initialize(base::SharedMemory::DuplicateHandle(handle.handle),
|
| - handle.id, gpu_memory_buffer->GetFormat())) {
|
| + handle.id, gpu_memory_buffer->GetFormat(), 0)) {
|
| return -1;
|
| }
|
|
|
|
|