| Index: ui/ozone/platform/headless/headless_surface_factory.cc
|
| diff --git a/ui/ozone/platform/headless/headless_surface_factory.cc b/ui/ozone/platform/headless/headless_surface_factory.cc
|
| index 11222a88f2f274b5e9678641b25bbf41c28f7d97..d434fe9b9c5c14335d6b6430486cdf34e49b3511 100644
|
| --- a/ui/ozone/platform/headless/headless_surface_factory.cc
|
| +++ b/ui/ozone/platform/headless/headless_surface_factory.cc
|
| @@ -71,7 +71,7 @@ class FileSurface : public SurfaceOzoneCanvas {
|
| sk_sp<SkSurface> surface_;
|
| };
|
|
|
| -class TestPixmap : public ui::NativePixmap {
|
| +class TestPixmap : public gfx::NativePixmap {
|
| public:
|
| explicit TestPixmap(gfx::BufferFormat format) : format_(format) {}
|
|
|
| @@ -138,7 +138,7 @@ HeadlessSurfaceFactory::CreateCanvasForWidget(gfx::AcceleratedWidget widget) {
|
| return base::WrapUnique<SurfaceOzoneCanvas>(new FileSurface(window->path()));
|
| }
|
|
|
| -scoped_refptr<NativePixmap> HeadlessSurfaceFactory::CreateNativePixmap(
|
| +scoped_refptr<gfx::NativePixmap> HeadlessSurfaceFactory::CreateNativePixmap(
|
| gfx::AcceleratedWidget widget,
|
| gfx::Size size,
|
| gfx::BufferFormat format,
|
|
|