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

Unified Diff: ui/ozone/common/gl_ozone_egl.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/gl/test/gl_surface_test_support.cc ('k') | ui/ozone/common/gl_ozone_egl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/common/gl_ozone_egl.h
diff --git a/ui/ozone/common/gl_ozone_egl.h b/ui/ozone/common/gl_ozone_egl.h
index 2e3ab5d558f55f4bd9564e7b7264419831711de3..d7ed7aa3708535e6b151c71f9c01a436d9905cf4 100644
--- a/ui/ozone/common/gl_ozone_egl.h
+++ b/ui/ozone/common/gl_ozone_egl.h
@@ -22,7 +22,7 @@ class GLOzoneEGL : 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/gl/test/gl_surface_test_support.cc ('k') | ui/ozone/common/gl_ozone_egl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698