Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: ui/ozone/public/surface_factory_ozone.cc

Issue 2731733002: Convert Ozone GL OSMesa implementation. (Closed)
Patch Set: Cleanup. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {
« ui/ozone/common/gl_ozone_osmesa.h ('K') | « ui/ozone/platform/x11/x11_surface_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698