| Index: content/common/gpu/gpu_channel.cc
|
| diff --git a/content/common/gpu/gpu_channel.cc b/content/common/gpu/gpu_channel.cc
|
| index 8f09dc4c028e4ad478aaa5dcebf8d2413332f298..114ee312da88438c9d49cab5720e7803a7390414 100644
|
| --- a/content/common/gpu/gpu_channel.cc
|
| +++ b/content/common/gpu/gpu_channel.cc
|
| @@ -1042,7 +1042,7 @@ scoped_refptr<gfx::GLImage> GpuChannel::CreateImageForGpuMemoryBuffer(
|
| case gfx::SHARED_MEMORY_BUFFER: {
|
| scoped_refptr<gfx::GLImageSharedMemory> image(
|
| new gfx::GLImageSharedMemory(size, internalformat));
|
| - if (!image->Initialize(handle, format))
|
| + if (!image->Initialize(handle.handle, handle.id, format))
|
| return scoped_refptr<gfx::GLImage>();
|
|
|
| return image;
|
|
|