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

Unified Diff: ui/aura/test/aura_test_helper.h

Issue 273073002: Changes code using Compositor to pass in ContextFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tooltip on chromeos Created 6 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 | « ui/aura/test/aura_test_base.cc ('k') | ui/aura/test/aura_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/aura_test_helper.h
diff --git a/ui/aura/test/aura_test_helper.h b/ui/aura/test/aura_test_helper.h
index 05d59abe1fca907f4f1bd1ed60f1277faddcdf2b..d547b0cb07895be1c77ecb1d88abe62aa1864291 100644
--- a/ui/aura/test/aura_test_helper.h
+++ b/ui/aura/test/aura_test_helper.h
@@ -15,6 +15,7 @@ class MessageLoopForUI;
}
namespace ui {
+class ContextFactory;
class InputMethod;
class ScopedAnimationDurationScaleMode;
}
@@ -37,7 +38,7 @@ class AuraTestHelper {
~AuraTestHelper();
// Creates and initializes (shows and sizes) the RootWindow for use in tests.
- void SetUp();
+ void SetUp(ui::ContextFactory* context_factory);
// Clean up objects that are created for tests. This also deletes the Env
// object.
« no previous file with comments | « ui/aura/test/aura_test_base.cc ('k') | ui/aura/test/aura_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698