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

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

Issue 2491993002: ui/gl: Initialize the ANGLE Platform on all configurations (Closed)
Patch Set: ui/gl: Initialize the ANGLE Platform on all configurations Created 4 years, 1 month 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
« no previous file with comments | « ui/gl/gl_surface_egl.cc ('k') | ui/gl/init/gl_initializer_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/init/gl_initializer_android.cc
diff --git a/ui/gl/init/gl_initializer_android.cc b/ui/gl/init/gl_initializer_android.cc
index a6a1bc4c022a202c7a9575f23feedf62f4862815..72328d007b35b0e661efaa419731d4ea29b7193b 100644
--- a/ui/gl/init/gl_initializer_android.cc
+++ b/ui/gl/init/gl_initializer_android.cc
@@ -97,6 +97,7 @@ void InitializeDebugGLBindings() {
}
void ClearGLBindingsPlatform() {
+ GLSurfaceEGL::ShutdownOneOff();
Ken Russell (switch to Gerrit) 2016/11/14 20:02:24 It seems asymmetric that a GLSurface ShutdownOneOf
Corentin Wallez 2016/11/30 16:07:08 Thanks for pointing this out. Looking at the code,
ClearGLBindingsEGL();
ClearGLBindingsGL();
ClearGLBindingsOSMESA();
« no previous file with comments | « ui/gl/gl_surface_egl.cc ('k') | ui/gl/init/gl_initializer_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698