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

Unified Diff: ui/ozone/platform/x11/gl_ozone_glx.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/platform/x11/gl_ozone_glx.h ('k') | ui/ozone/public/gl_ozone.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/x11/gl_ozone_glx.cc
diff --git a/ui/ozone/platform/x11/gl_ozone_glx.cc b/ui/ozone/platform/x11/gl_ozone_glx.cc
index 3ed91f9258bb7d5ae94c5cbabda59e56f40486e4..102b2f833aae8222160534b50fc05c0c234ab0a8 100644
--- a/ui/ozone/platform/x11/gl_ozone_glx.cc
+++ b/ui/ozone/platform/x11/gl_ozone_glx.cc
@@ -72,9 +72,9 @@ void GLOzoneGLX::InitializeDebugGLBindings() {
gl::InitializeDebugGLBindingsGLX();
}
-void GLOzoneGLX::ClearGLBindings() {
- gl::ClearGLBindingsGL();
- gl::ClearGLBindingsGLX();
+void GLOzoneGLX::ShutdownGL() {
+ gl::ClearBindingsGL();
+ gl::ClearBindingsGLX();
}
bool GLOzoneGLX::GetGLWindowSystemBindingInfo(
« no previous file with comments | « ui/ozone/platform/x11/gl_ozone_glx.h ('k') | ui/ozone/public/gl_ozone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698