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

Unified Diff: ui/views/views_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
Index: ui/views/views_test_suite.cc
diff --git a/ui/views/views_test_suite.cc b/ui/views/views_test_suite.cc
index a7e7c13db094eecca018a6e076b83f43e153704b..e837e5ffdcb4dffc8d37a58acfec2c66ecd793eb 100644
--- a/ui/views/views_test_suite.cc
+++ b/ui/views/views_test_suite.cc
@@ -40,7 +40,7 @@ int ViewsTestSuite::RunTestsSerially() {
void ViewsTestSuite::Initialize() {
base::TestSuite::Initialize();
- gfx::GLSurfaceTestSupport::InitializeOneOff();
+ gl::GLSurfaceTestSupport::InitializeOneOff();
ui::RegisterPathProvider();
base::FilePath ui_test_pak_path;

Powered by Google App Engine
This is Rietveld 408576698