| Index: ui/ozone/platform/wayland/wayland_surface_factory.h
|
| diff --git a/ui/ozone/platform/wayland/wayland_surface_factory.h b/ui/ozone/platform/wayland/wayland_surface_factory.h
|
| index 1ae4d8cf26f665d08032f7ee89ebb8f92324257f..3d3aac9ec87770eedbbf0eae96c4b066f8750a62 100644
|
| --- a/ui/ozone/platform/wayland/wayland_surface_factory.h
|
| +++ b/ui/ozone/platform/wayland/wayland_surface_factory.h
|
| @@ -24,12 +24,12 @@ class WaylandSurfaceFactory : public SurfaceFactoryOzone {
|
| GLOzone* GetGLOzone(gl::GLImplementation implementation) override;
|
| std::unique_ptr<SurfaceOzoneCanvas> CreateCanvasForWidget(
|
| gfx::AcceleratedWidget widget) override;
|
| - scoped_refptr<NativePixmap> CreateNativePixmap(
|
| + scoped_refptr<gfx::NativePixmap> CreateNativePixmap(
|
| gfx::AcceleratedWidget widget,
|
| gfx::Size size,
|
| gfx::BufferFormat format,
|
| gfx::BufferUsage usage) override;
|
| - scoped_refptr<NativePixmap> CreateNativePixmapFromHandle(
|
| + scoped_refptr<gfx::NativePixmap> CreateNativePixmapFromHandle(
|
| gfx::AcceleratedWidget widget,
|
| gfx::Size size,
|
| gfx::BufferFormat format,
|
|
|