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..59d6d4f5591efc0c9990fdb80e9586a2be71619e 100644 |
--- a/ui/ozone/public/surface_factory_ozone.cc |
+++ b/ui/ozone/public/surface_factory_ozone.cc |
@@ -44,6 +44,11 @@ const int32_t* SurfaceFactoryOzone::GetEGLSurfaceProperties( |
return desired_attributes; |
} |
+std::vector<gfx::BufferFormat> SurfaceFactoryOzone::GetScanoutFormats( |
+ gfx::AcceleratedWidget widget) { |
+ return std::vector<gfx::BufferFormat>(); |
+} |
+ |
scoped_refptr<ui::NativePixmap> SurfaceFactoryOzone::CreateNativePixmap( |
gfx::AcceleratedWidget widget, |
gfx::Size size, |