| Index: content/common/gpu/gpu_memory_buffer_factory_shared_memory.cc
|
| diff --git a/content/common/gpu/gpu_memory_buffer_factory_shared_memory.cc b/content/common/gpu/gpu_memory_buffer_factory_shared_memory.cc
|
| index a73a271ae8edcd439d1195958515ab0194543909..690b804773841679c976708851e46c6a7f0dc9e1 100644
|
| --- a/content/common/gpu/gpu_memory_buffer_factory_shared_memory.cc
|
| +++ b/content/common/gpu/gpu_memory_buffer_factory_shared_memory.cc
|
| @@ -105,7 +105,7 @@
|
| #endif
|
| scoped_refptr<gfx::GLImageSharedMemory> image(
|
| new gfx::GLImageSharedMemory(size, internalformat));
|
| - if (!image->Initialize(handle.handle, handle.id, format))
|
| + if (!image->Initialize(handle, format))
|
| return scoped_refptr<gfx::GLImage>();
|
|
|
| return image;
|
|
|