| Index: components/exo/display.cc
|
| diff --git a/components/exo/display.cc b/components/exo/display.cc
|
| index 6d1e9ca418871d5b4c19a0d039c6d87c96832cb7..7e38bb476869d8c08b949e1adfa8c1574498716b 100644
|
| --- a/components/exo/display.cc
|
| +++ b/components/exo/display.cc
|
| @@ -24,7 +24,7 @@
|
| #if defined(USE_OZONE)
|
| #include <GLES2/gl2extchromium.h>
|
| #include "components/exo/buffer.h"
|
| -#include "gpu/ipc/client/gpu_memory_buffer_impl_ozone_native_pixmap.h"
|
| +#include "gpu/ipc/client/gpu_memory_buffer_impl_native_pixmap.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
| #include "third_party/khronos/GLES2/gl2ext.h"
|
| #include "ui/ozone/public/ozone_switches.h"
|
| @@ -109,7 +109,7 @@ std::unique_ptr<Buffer> Display::CreateLinuxDMABufBuffer(
|
| handle.native_pixmap_handle.planes.push_back(plane);
|
|
|
| std::unique_ptr<gfx::GpuMemoryBuffer> gpu_memory_buffer =
|
| - gpu::GpuMemoryBufferImplOzoneNativePixmap::CreateFromHandle(
|
| + gpu::GpuMemoryBufferImplNativePixmap::CreateFromHandle(
|
| handle, size, format, gfx::BufferUsage::GPU_READ,
|
| gpu::GpuMemoryBufferImpl::DestructionCallback());
|
| if (!gpu_memory_buffer) {
|
|
|