| Index: gpu/ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.cc
|
| diff --git a/gpu/ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.cc b/gpu/ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.cc
|
| index 8b4a0e78c4400738e821e2c5c495a58ad5a75022..1d4f5f5fadecd74c7e3fb8db09f886d439723280 100644
|
| --- a/gpu/ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.cc
|
| +++ b/gpu/ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.cc
|
| @@ -116,8 +116,8 @@ GpuMemoryBufferFactoryOzoneNativePixmap::CreateImageForGpuMemoryBuffer(
|
| pixmap = it->second;
|
| }
|
|
|
| - scoped_refptr<gfx::GLImageOzoneNativePixmap> image(
|
| - new gfx::GLImageOzoneNativePixmap(size, internalformat));
|
| + scoped_refptr<gl::GLImageOzoneNativePixmap> image(
|
| + new gl::GLImageOzoneNativePixmap(size, internalformat));
|
| if (!image->Initialize(pixmap.get(), format)) {
|
| LOG(ERROR) << "Failed to create GLImage";
|
| return nullptr;
|
|
|