Index: content/common/gpu/gpu_memory_buffer_factory_io_surface.cc |
diff --git a/content/common/gpu/gpu_memory_buffer_factory_io_surface.cc b/content/common/gpu/gpu_memory_buffer_factory_io_surface.cc |
index 0c13bec8a8c48ec3e328b4156014d094a361cd0a..1a0c719780ac3b6d6943899d505bfe07842cad97 100644 |
--- a/content/common/gpu/gpu_memory_buffer_factory_io_surface.cc |
+++ b/content/common/gpu/gpu_memory_buffer_factory_io_surface.cc |
@@ -208,7 +208,7 @@ GpuMemoryBufferFactoryIOSurface::CreateImageForGpuMemoryBuffer( |
return scoped_refptr<gfx::GLImage>(); |
scoped_refptr<gfx::GLImageIOSurface> image( |
- new gfx::GLImageIOSurface(size, internalformat)); |
+ new gfx::GLImageIOSurface(handle.id, size, internalformat)); |
if (!image->Initialize(it->second.get(), format)) |
return scoped_refptr<gfx::GLImage>(); |