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

Unified Diff: ui/views/test/views_test_helper.cc

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_helper.h ('k') | ui/views/test/views_test_helper_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/views_test_helper.cc
diff --git a/ui/views/test/views_test_helper.cc b/ui/views/test/views_test_helper.cc
index 25476d97c7995638c42f98dae13b560ebacbd0eb..c0268f4402752a32e11a85c9dcb2ac4c2ec57df6 100644
--- a/ui/views/test/views_test_helper.cc
+++ b/ui/views/test/views_test_helper.cc
@@ -8,7 +8,8 @@ namespace views {
#if !defined(USE_AURA)
// static
-ViewsTestHelper* ViewsTestHelper::Create(base::MessageLoopForUI* message_loop) {
+ViewsTestHelper* ViewsTestHelper::Create(base::MessageLoopForUI* message_loop,
+ ui::ContextFactory* context_factory) {
return new ViewsTestHelper;
}
#endif
« no previous file with comments | « ui/views/test/views_test_helper.h ('k') | ui/views/test/views_test_helper_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698