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

Unified Diff: ui/ozone/common/gl_ozone_egl.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
« ui/gl/init/gl_initializer_android.cc ('K') | « ui/gl/init/gl_initializer_x11.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/common/gl_ozone_egl.cc
diff --git a/ui/ozone/common/gl_ozone_egl.cc b/ui/ozone/common/gl_ozone_egl.cc
index 8bf2fd38b54219393b61b014fb304df4eb9e88e8..4f90f5967683c0a96aca0bb784f093b9f76936ea 100644
--- a/ui/ozone/common/gl_ozone_egl.cc
+++ b/ui/ozone/common/gl_ozone_egl.cc
@@ -41,7 +41,7 @@ void GLOzoneEGL::InitializeDebugGLBindings() {
}
void GLOzoneEGL::ClearGLBindings() {
- gl::GLSurfaceEGL::ResetForTesting();
+ gl::GLSurfaceEGL::ShutdownOneOff();
gl::ClearGLBindingsGL();
gl::ClearGLBindingsEGL();
}
« ui/gl/init/gl_initializer_android.cc ('K') | « ui/gl/init/gl_initializer_x11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698