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 29266251304a6b3684e5e902d00ecd1f9d621a01..a6f2a3b3fa4b46b776f08e6bd15c945bcea6f230 100644 |
--- a/ui/ozone/public/surface_factory_ozone.cc |
+++ b/ui/ozone/public/surface_factory_ozone.cc |
@@ -18,7 +18,7 @@ SurfaceFactoryOzone::~SurfaceFactoryOzone() {} |
std::vector<gl::GLImplementation> |
SurfaceFactoryOzone::GetAllowedGLImplementations() { |
- return std::vector<gl::GLImplementation>{gl::kGLImplementationOSMesaGL}; |
+ return std::vector<gl::GLImplementation>(); |
} |
GLOzone* SurfaceFactoryOzone::GetGLOzone(gl::GLImplementation implementation) { |