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

Unified Diff: ash/scoped_root_window_for_new_windows.cc

Issue 2886253002: mash: remove more shell/shelf WmWindow usage. (Closed)
Patch Set: Fix WmShelf::ForWindow. 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/scoped_root_window_for_new_windows.h ('k') | ash/shelf/shelf_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/scoped_root_window_for_new_windows.cc
diff --git a/ash/scoped_root_window_for_new_windows.cc b/ash/scoped_root_window_for_new_windows.cc
index eb6b7df3b472fa09ef0332068d58201cc506f883..46a14e25a57a1277d8b94f1c2fc638eaf8b4b88c 100644
--- a/ash/scoped_root_window_for_new_windows.cc
+++ b/ash/scoped_root_window_for_new_windows.cc
@@ -10,7 +10,7 @@
namespace ash {
ScopedRootWindowForNewWindows::ScopedRootWindowForNewWindows(
- WmWindow* new_root) {
+ aura::Window* new_root) {
DCHECK(new_root);
Shell::Get()->scoped_root_window_for_new_windows_ = new_root;
}
« no previous file with comments | « ash/scoped_root_window_for_new_windows.h ('k') | ash/shelf/shelf_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698