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 230360bd0f0b942475e9a0ea498f9357bca758ef..5e3fd263ff3c64557aa92c0a388f7ed2888f5e47 100644 |
--- a/ui/ozone/public/surface_factory_ozone.cc |
+++ b/ui/ozone/public/surface_factory_ozone.cc |
@@ -13,6 +13,11 @@ |
namespace ui { |
+SurfaceFactoryOzone::EglConfigInfo::EglConfigInfo() { |
+} |
+SurfaceFactoryOzone::EglConfigInfo::~EglConfigInfo() { |
+} |
+ |
// static |
SurfaceFactoryOzone* SurfaceFactoryOzone::impl_ = NULL; |
@@ -54,9 +59,9 @@ scoped_ptr<SurfaceOzoneCanvas> SurfaceFactoryOzone::CreateCanvasForWidget( |
return scoped_ptr<SurfaceOzoneCanvas>(); |
} |
-const int32* SurfaceFactoryOzone::GetEGLSurfaceProperties( |
- const int32* desired_attributes) { |
- return desired_attributes; |
+void* SurfaceFactoryOzone::GetEGLSurfaceConfig(const EglConfigInfo& egl, |
+ SurfaceOzoneEGL* surface) { |
+ return nullptr; |
} |
ui::OverlayCandidatesOzone* SurfaceFactoryOzone::GetOverlayCandidates( |