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

Unified Diff: ui/gl/init/gl_initializer_x11.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
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 fc8435d3eacec296067896c236bc87c1e2cf9d31..4b7532dc8eae41d805d53fdb7d328073a717f5cf 100644
--- a/ui/gl/init/gl_initializer_x11.cc
+++ b/ui/gl/init/gl_initializer_x11.cc
@@ -186,6 +186,7 @@ void InitializeDebugGLBindings() {
}
void ClearGLBindingsPlatform() {
+ GLSurfaceEGL::ShutdownOneOff();
ClearGLBindingsEGL();
ClearGLBindingsGL();
ClearGLBindingsGLX();

Powered by Google App Engine
This is Rietveld 408576698