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

Unified Diff: ui/gl/init/gl_factory_ozone.cc

Issue 2327073002: [WIP] Pass the single_process parameter to Ozone's initialization functions (Closed)
Patch Set: Created 4 years, 3 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
« ui/aura/env.h ('K') | « ui/aura/env.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« ui/aura/env.h ('K') | « ui/aura/env.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698