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

Unified Diff: ui/ozone/platform/x11/gl_ozone_glx.h

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.cc ('k') | ui/ozone/platform/x11/gl_ozone_glx.cc » ('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.h
diff --git a/ui/ozone/platform/x11/gl_ozone_glx.h b/ui/ozone/platform/x11/gl_ozone_glx.h
index bcf93b9528a32930f96c1978aa635d85de6d5ba3..686c674ab4176017a3cc467de54b910917509637 100644
--- a/ui/ozone/platform/x11/gl_ozone_glx.h
+++ b/ui/ozone/platform/x11/gl_ozone_glx.h
@@ -19,7 +19,7 @@ class GLOzoneGLX : public GLOzone {
bool InitializeGLOneOffPlatform() override;
bool InitializeStaticGLBindings(gl::GLImplementation implementation) override;
void InitializeDebugGLBindings() override;
- void ClearGLBindings() override;
+ void ShutdownGL() override;
bool GetGLWindowSystemBindingInfo(
gl::GLWindowSystemBindingInfo* info) override;
scoped_refptr<gl::GLContext> CreateGLContext(
« no previous file with comments | « ui/ozone/common/gl_ozone_egl.cc ('k') | ui/ozone/platform/x11/gl_ozone_glx.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698