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

Unified Diff: services/ui/public/cpp/tests/test_window_tree_client_setup.h

Issue 2322613002: Adds support for multiple displays to WmTestBase (Closed)
Patch Set: feedback Created 4 years, 3 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/root_window_controller.cc ('k') | services/ui/public/cpp/tests/test_window_tree_client_setup.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/tests/test_window_tree_client_setup.h
diff --git a/services/ui/public/cpp/tests/test_window_tree_client_setup.h b/services/ui/public/cpp/tests/test_window_tree_client_setup.h
index 7f5ae7aa0ef2a31eeb590c8a861e29ba6b0d7343..e7146f9a45372a34de12ad6483bfd4bcad313e47 100644
--- a/services/ui/public/cpp/tests/test_window_tree_client_setup.h
+++ b/services/ui/public/cpp/tests/test_window_tree_client_setup.h
@@ -30,8 +30,7 @@ class TestWindowTreeClientSetup {
// Initializes the WindowTreeClient.
void Init(WindowTreeClientDelegate* window_tree_delegate);
void InitForWindowManager(WindowTreeClientDelegate* window_tree_delegate,
- WindowManagerDelegate* window_manager_delegate,
- const display::Display& display);
+ WindowManagerDelegate* window_manager_delegate);
// The WindowTree that WindowTreeClient talks to.
TestWindowTree* window_tree() { return window_tree_.get(); }
« no previous file with comments | « ash/root_window_controller.cc ('k') | services/ui/public/cpp/tests/test_window_tree_client_setup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698