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

Unified Diff: mash/wm/window_manager_application.cc

Issue 2018823002: Eliminate WindowTreeConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@connection
Patch Set: . Created 4 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 | « mash/wm/window_manager.cc ('k') | mash/wm/window_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/window_manager_application.cc
diff --git a/mash/wm/window_manager_application.cc b/mash/wm/window_manager_application.cc
index bb86d1e0e01ba4306465a14472a7fceea7ab005d..6042731b99be7298cd860c2d0b662bcd839f3eff 100644
--- a/mash/wm/window_manager_application.cc
+++ b/mash/wm/window_manager_application.cc
@@ -62,7 +62,7 @@ void WindowManagerApplication::OnRootWindowControllerGotRoot(
if (connector_)
aura_init_.reset(new views::AuraInit(connector_, "mash_wm_resources.pak"));
- globals_.reset(new WmGlobalsMus(root_controller->root()->connection()));
+ globals_.reset(new WmGlobalsMus(root_controller->root()->window_tree()));
lookup_.reset(new WmLookupMus);
}
« no previous file with comments | « mash/wm/window_manager.cc ('k') | mash/wm/window_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698