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

Unified Diff: components/display_compositor/display_compositor_test_suite.cc

Issue 1998723002: Move code in ui/gl/* from gfx:: to gl:: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 months 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 | « chrome/test/base/chrome_unit_test_suite.cc ('k') | components/display_compositor/gl_helper_benchmark.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/display_compositor/display_compositor_test_suite.cc
diff --git a/components/display_compositor/display_compositor_test_suite.cc b/components/display_compositor/display_compositor_test_suite.cc
index 054f67604579088a6b6d0cc793f5090016f92d45..aca51a7f59f237dd9be4436f5826d6fac95a6ca4 100644
--- a/components/display_compositor/display_compositor_test_suite.cc
+++ b/components/display_compositor/display_compositor_test_suite.cc
@@ -18,7 +18,7 @@ DisplayCompositorTestSuite::~DisplayCompositorTestSuite() {}
void DisplayCompositorTestSuite::Initialize() {
base::TestSuite::Initialize();
- gfx::GLSurfaceTestSupport::InitializeOneOff();
+ gl::GLSurfaceTestSupport::InitializeOneOff();
cc::CCPaths::RegisterPathProvider();
message_loop_.reset(new base::MessageLoop);
« no previous file with comments | « chrome/test/base/chrome_unit_test_suite.cc ('k') | components/display_compositor/gl_helper_benchmark.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698