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

Unified Diff: ui/ozone/common/gl_ozone_egl.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_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 d63b305772452c328136bc21f325f73d09f4df00..7abf32017103880bd5071bee4c0ee5bb7acf90bc 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::ShutdownGL() {
- gl::GLSurfaceEGL::ResetForTesting();
+ gl::GLSurfaceEGL::ShutdownOneOff();
gl::ClearBindingsGL();
gl::ClearBindingsEGL();
}
« no previous file with comments | « 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