Index: content/common/gpu/gpu_channel.cc |
diff --git a/content/common/gpu/gpu_channel.cc b/content/common/gpu/gpu_channel.cc |
index c24f6a0765774200f89052be2865cc59a72768f1..4a43a7522d538046d3bbfa9377d5d761300fe185 100644 |
--- a/content/common/gpu/gpu_channel.cc |
+++ b/content/common/gpu/gpu_channel.cc |
@@ -1037,7 +1037,7 @@ |
case gfx::SHARED_MEMORY_BUFFER: { |
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; |