| Index: ui/ozone/public/surface_factory_ozone.cc
|
| diff --git a/ui/ozone/public/surface_factory_ozone.cc b/ui/ozone/public/surface_factory_ozone.cc
|
| index b493045353ce56b117b2f91a11b6e6728707cdb8..bd9be8236ea2b2c0cdcace7cc243cfe981902abb 100644
|
| --- a/ui/ozone/public/surface_factory_ozone.cc
|
| +++ b/ui/ozone/public/surface_factory_ozone.cc
|
| @@ -44,6 +44,9 @@ const int32_t* SurfaceFactoryOzone::GetEGLSurfaceProperties(
|
| return desired_attributes;
|
| }
|
|
|
| +void SurfaceFactoryOzone::GetSupportedFormats(
|
| + std::vector<uint32_t>* support_formats) {}
|
| +
|
| scoped_refptr<ui::NativePixmap> SurfaceFactoryOzone::CreateNativePixmap(
|
| gfx::AcceleratedWidget widget,
|
| gfx::Size size,
|
|
|