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

Unified Diff: ash/wm/common/wm_root_window_controller.h

Issue 1923983003: Makes WorkspaceLayoutManager use ash/wm/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix always-on-top and remove mus changes Created 4 years, 8 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
Index: ash/wm/common/wm_root_window_controller.h
diff --git a/ash/wm/common/wm_root_window_controller.h b/ash/wm/common/wm_root_window_controller.h
index 1c263b1d695c420c7f5923740b839565ecaedbe2..4d5e02327985752314ff4b296bec3ab1733bcadd 100644
--- a/ash/wm/common/wm_root_window_controller.h
+++ b/ash/wm/common/wm_root_window_controller.h
@@ -12,6 +12,9 @@
#include "ui/views/widget/widget.h"
namespace ash {
+
+class AlwaysOnTopController;
+
namespace wm {
class WmGlobals;
@@ -32,6 +35,8 @@ class ASH_EXPORT WmRootWindowController {
virtual WorkspaceWindowState GetWorkspaceWindowState() = 0;
+ virtual AlwaysOnTopController* GetAlwaysOnTopController() = 0;
+
virtual WmShelf* GetShelf() = 0;
// Returns the window associated with this WmRootWindowController.

Powered by Google App Engine
This is Rietveld 408576698