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

Unified Diff: ash/root_window_controller.cc

Issue 2906693003: [mus+ash] Removes WmWindow from screen_dimmer and video_detector (Closed)
Patch Set: [mus+ash] Removes WmWindow from screen_dimmer and video_detector Created 3 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 | « ash/high_contrast/high_contrast_controller.cc ('k') | ash/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.cc
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
index fcd78182680b2e5d2ac8befd1292adb3fe3308b9..857e6e920b7ed49f0b1cdbbfe498338bfd039022 100644
--- a/ash/root_window_controller.cc
+++ b/ash/root_window_controller.cc
@@ -758,7 +758,7 @@ void RootWindowController::Init(RootWindowType root_window_type) {
InitializeShelf();
// Notify shell observers about new root window.
- shell->OnRootWindowAdded(WmWindow::Get(root_window));
+ shell->OnRootWindowAdded(root_window);
}
// TODO: AshTouchExplorationManager doesn't work with mus.
« no previous file with comments | « ash/high_contrast/high_contrast_controller.cc ('k') | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698