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

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

Issue 2491993002: ui/gl: Initialize the ANGLE Platform on all configurations (Closed)
Patch Set: Rebase on top of the renaming of ClearGLBindings Created 4 years 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/init/gl_initializer_win.cc ('k') | ui/ozone/common/gl_ozone_egl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/init/gl_initializer_x11.cc
diff --git a/ui/gl/init/gl_initializer_x11.cc b/ui/gl/init/gl_initializer_x11.cc
index a41e5ce621a7f434fbfb801fefaa32336cb1cf5e..27fca0394649859884021fb3e2958f1ce07cb454 100644
--- a/ui/gl/init/gl_initializer_x11.cc
+++ b/ui/gl/init/gl_initializer_x11.cc
@@ -186,6 +186,7 @@ void InitializeDebugGLBindings() {
}
void ShutdownGLPlatform() {
+ GLSurfaceEGL::ShutdownOneOff();
ClearBindingsEGL();
ClearBindingsGL();
ClearBindingsGLX();
« no previous file with comments | « ui/gl/init/gl_initializer_win.cc ('k') | ui/ozone/common/gl_ozone_egl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698