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

Unified Diff: ui/aura/test/mus/test_window_tree_client_setup.cc

Issue 2536943005: Adds couple of functions to WindowManagerDelegate: (Closed)
Patch Set: comment Created 4 years, 1 month 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/views/mus/mus_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/mus/test_window_tree_client_setup.cc
diff --git a/ui/aura/test/mus/test_window_tree_client_setup.cc b/ui/aura/test/mus/test_window_tree_client_setup.cc
index 39aa95e3f582ffa11df40ec84ecfc448b503b275..e5f62ed3b97f3bc7bbc1f4bef59cd61adf26fd33 100644
--- a/ui/aura/test/mus/test_window_tree_client_setup.cc
+++ b/ui/aura/test/mus/test_window_tree_client_setup.cc
@@ -46,7 +46,7 @@ void TestWindowTreeClientSetup::CommonInit(
WindowManagerDelegate* window_manager_delegate) {
window_tree_.reset(new TestWindowTree);
window_tree_client_ = base::MakeUnique<WindowTreeClient>(
- window_tree_delegate, window_manager_delegate, nullptr);
+ nullptr, window_tree_delegate, window_manager_delegate);
window_tree_->set_client(window_tree_client_.get());
}
« no previous file with comments | « ui/aura/test/aura_test_base.cc ('k') | ui/views/mus/mus_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698