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

Unified Diff: ui/ozone/common/gl_ozone_egl.cc

Issue 2543313002: ui/gl: rename ClearGLBindings to ShutdownGL (Closed)
Patch Set: 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/ozone/common/gl_ozone_egl.h ('k') | ui/ozone/platform/x11/gl_ozone_glx.h » ('j') | 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 cc2f357c4d3b626f3f625340b0563a1fbeec9e20..d63b305772452c328136bc21f325f73d09f4df00 100644
--- a/ui/ozone/common/gl_ozone_egl.cc
+++ b/ui/ozone/common/gl_ozone_egl.cc
@@ -40,10 +40,10 @@ void GLOzoneEGL::InitializeDebugGLBindings() {
gl::InitializeDebugGLBindingsEGL();
}
-void GLOzoneEGL::ClearGLBindings() {
+void GLOzoneEGL::ShutdownGL() {
gl::GLSurfaceEGL::ResetForTesting();
- gl::ClearGLBindingsGL();
- gl::ClearGLBindingsEGL();
+ gl::ClearBindingsGL();
+ gl::ClearBindingsEGL();
}
bool GLOzoneEGL::GetGLWindowSystemBindingInfo(
« no previous file with comments | « ui/ozone/common/gl_ozone_egl.h ('k') | ui/ozone/platform/x11/gl_ozone_glx.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698