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

Unified Diff: ui/gl/gpu_timing_unittest.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/gl_wgl_api_implementation.cc ('k') | ui/gl/init/gl_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gpu_timing_unittest.cc
diff --git a/ui/gl/gpu_timing_unittest.cc b/ui/gl/gpu_timing_unittest.cc
index ce7d3370fdc7f2e1c842c79c53a93425a798fe3a..c895a7dbbf79acb67fbde2d2411b56c40d92fb9c 100644
--- a/ui/gl/gpu_timing_unittest.cc
+++ b/ui/gl/gpu_timing_unittest.cc
@@ -39,7 +39,7 @@ class GPUTimingTest : public testing::Test {
surface_ = nullptr;
if (setup_) {
MockGLInterface::SetGLInterface(NULL);
- init::ClearGLBindings();
+ init::ShutdownGL();
}
setup_ = false;
cpu_time_bounded_ = false;
« no previous file with comments | « ui/gl/gl_wgl_api_implementation.cc ('k') | ui/gl/init/gl_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698