| Index: content/common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc
|
| diff --git a/content/common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc b/content/common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc
|
| index a651f51c134712d6ebb7b0fa616a4567bb06ba73..3066e0d29cd09d74aabdc7657a5819cbd25cd40a 100644
|
| --- a/content/common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc
|
| +++ b/content/common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc
|
| @@ -112,7 +112,7 @@ GpuMemoryBufferFactoryOzoneNativePixmap::CreateImageForGpuMemoryBuffer(
|
|
|
| scoped_refptr<gfx::GLImageOzoneNativePixmap> image(
|
| new gfx::GLImageOzoneNativePixmap(size, internalformat));
|
| - if (!image->Initialize(pixmap.get(), format)) {
|
| + if (!image->Initialize(handle.id, pixmap.get(), format)) {
|
| LOG(ERROR) << "Failed to create GLImage";
|
| return nullptr;
|
| }
|
|
|