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

Unified Diff: ui/views/test/views_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/views/test/views_test_base.cc ('k') | ui/views/test/views_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/views_test_helper.h
diff --git a/ui/views/test/views_test_helper.h b/ui/views/test/views_test_helper.h
index 06a49d501f7c80a59c09d7364872ea827ab9cfd2..53bac2f62c681c06fcfc2b82ddf383053d6b8c84 100644
--- a/ui/views/test/views_test_helper.h
+++ b/ui/views/test/views_test_helper.h
@@ -11,6 +11,10 @@ namespace base {
class MessageLoopForUI;
}
+namespace ui {
+class ContextFactory;
+}
+
namespace views {
// A helper class owned by tests that performs platform specific initialization
@@ -21,7 +25,8 @@ class ViewsTestHelper {
virtual ~ViewsTestHelper();
// Create a platform specific instance.
- static ViewsTestHelper* Create(base::MessageLoopForUI* message_loop);
+ static ViewsTestHelper* Create(base::MessageLoopForUI* message_loop,
+ ui::ContextFactory* context_factory);
// Creates objects that are needed for tests.
virtual void SetUp();
« no previous file with comments | « ui/views/test/views_test_base.cc ('k') | ui/views/test/views_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698