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

Unified Diff: ui/gl/init/gl_initializer_android.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/gl/init/gl_initializer.h ('k') | ui/gl/init/gl_initializer_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/init/gl_initializer_android.cc
diff --git a/ui/gl/init/gl_initializer_android.cc b/ui/gl/init/gl_initializer_android.cc
index a6a1bc4c022a202c7a9575f23feedf62f4862815..d528ad408672848cf06b4c1ccbbb0ac8dfd58263 100644
--- a/ui/gl/init/gl_initializer_android.cc
+++ b/ui/gl/init/gl_initializer_android.cc
@@ -96,10 +96,10 @@ void InitializeDebugGLBindings() {
InitializeDebugGLBindingsOSMESA();
}
-void ClearGLBindingsPlatform() {
- ClearGLBindingsEGL();
- ClearGLBindingsGL();
- ClearGLBindingsOSMESA();
+void ShutdownGLPlatform() {
+ ClearBindingsEGL();
+ ClearBindingsGL();
+ ClearBindingsOSMESA();
}
} // namespace init
« no previous file with comments | « ui/gl/init/gl_initializer.h ('k') | ui/gl/init/gl_initializer_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698