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

Unified Diff: ash/shell_port.h

Issue 2886253002: mash: remove more shell/shelf WmWindow usage. (Closed)
Patch Set: Sync and rebase. 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
« ash/shell.h ('K') | « ash/shell.cc ('k') | ash/shell_port.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_port.h
diff --git a/ash/shell_port.h b/ash/shell_port.h
index f91f2e80172239c7f96684af8571123152cd00bf..1c99f6d4fcbf7d9ed7b3677e6d94d22a21610d34 100644
--- a/ash/shell_port.h
+++ b/ash/shell_port.h
@@ -77,10 +77,7 @@ class ASH_EXPORT ShellPort {
virtual Config GetAshConfig() const = 0;
- // Convenience for GetPrimaryRootWindow()->GetRootWindowController().
- RootWindowController* GetPrimaryRootWindowController();
-
- virtual WmWindow* GetPrimaryRootWindow() = 0;
+ virtual aura::Window* GetPrimaryRootWindow() = 0;
// Returns the root window for the specified display.
virtual WmWindow* GetRootWindowForDisplayId(int64_t display_id) = 0;
« ash/shell.h ('K') | « ash/shell.cc ('k') | ash/shell_port.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698