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

Unified Diff: ui/gl/test/gl_surface_test_support.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/test/gl_image_test_support.cc ('k') | ui/ozone/common/gl_ozone_egl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/test/gl_surface_test_support.cc
diff --git a/ui/gl/test/gl_surface_test_support.cc b/ui/gl/test/gl_surface_test_support.cc
index 72e074cfabe055253e5140d170f0fa529506b577..d7f132316f4e42f3f41ab73a1eb916fa420b5a26 100644
--- a/ui/gl/test/gl_surface_test_support.cc
+++ b/ui/gl/test/gl_surface_test_support.cc
@@ -76,7 +76,7 @@ void GLSurfaceTestSupport::InitializeOneOffImplementation(
// This method may be called multiple times in the same process to set up
// bindings in different ways.
- init::ClearGLBindings();
+ init::ShutdownGL();
bool gpu_service_logging = false;
bool disable_gl_drawing = false;
« no previous file with comments | « ui/gl/test/gl_image_test_support.cc ('k') | ui/ozone/common/gl_ozone_egl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698