Index: ui/gl/init/gl_factory_ozone.cc |
diff --git a/ui/gl/init/gl_factory_ozone.cc b/ui/gl/init/gl_factory_ozone.cc |
index af7a40dce35935456b021ccee6868939cad459ad..092caf6c32da9cdd0fe8f1697f089920deedf831 100644 |
--- a/ui/gl/init/gl_factory_ozone.cc |
+++ b/ui/gl/init/gl_factory_ozone.cc |
@@ -60,7 +60,6 @@ scoped_refptr<GLSurface> CreateDefaultOffscreenGLSurface( |
} // namespace |
std::vector<GLImplementation> GetAllowedGLImplementations() { |
- ui::OzonePlatform::InitializeForGPU(); |
rjkroege
2016/09/12 20:39:12
So I don't want this here for a variety of reasons
|
return GetSurfaceFactoryOzone()->GetAllowedGLImplementations(); |
} |