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

Unified Diff: ash/mus/bridge/wm_lookup_mus.cc

Issue 2625843002: Folds WmRootWindowController into RootWindowController (Closed)
Patch Set: definition in wm_root_window_controller.cc 2 Created 3 years, 11 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/mus/bridge/wm_lookup_mus.h ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_lookup_mus.cc
diff --git a/ash/mus/bridge/wm_lookup_mus.cc b/ash/mus/bridge/wm_lookup_mus.cc
index 8f96d88cdcebb6e348108fe37fc76f9b67fdfce4..b9b0be19a1704e38dd3a82b90279fd2e43185773 100644
--- a/ash/mus/bridge/wm_lookup_mus.cc
+++ b/ash/mus/bridge/wm_lookup_mus.cc
@@ -21,12 +21,11 @@ WmLookupMus::~WmLookupMus() {
WmLookup::Set(nullptr);
}
-WmRootWindowController* WmLookupMus::GetRootWindowControllerWithDisplayId(
+ash::RootWindowController* WmLookupMus::GetRootWindowControllerWithDisplayId(
int64_t id) {
return WmShellMus::Get()
->GetRootWindowControllerWithDisplayId(id)
- ->ash_root_window_controller()
- ->wm_root_window_controller();
+ ->ash_root_window_controller();
}
WmWindow* WmLookupMus::GetWindowForWidget(views::Widget* widget) {
« no previous file with comments | « ash/mus/bridge/wm_lookup_mus.h ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698