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

Unified Diff: ash/test/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 | « ash/test/ash_interactive_ui_test_base.cc ('k') | blimp/client/feature/compositor/blimp_context_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_suite.cc
diff --git a/ash/test/test_suite.cc b/ash/test/test_suite.cc
index e323b1f3c0fbe08849db1464dd644817a9e74b2c..5730fe81df40445ae60430d747334049d5c3f4f9 100644
--- a/ash/test/test_suite.cc
+++ b/ash/test/test_suite.cc
@@ -34,7 +34,7 @@ AuraShellTestSuite::~AuraShellTestSuite() {
void AuraShellTestSuite::Initialize() {
base::TestSuite::Initialize();
- gfx::GLSurfaceTestSupport::InitializeOneOff();
+ gl::GLSurfaceTestSupport::InitializeOneOff();
#if defined(OS_WIN)
base::win::Version version = base::win::GetVersion();
« no previous file with comments | « ash/test/ash_interactive_ui_test_base.cc ('k') | blimp/client/feature/compositor/blimp_context_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698