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

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

Issue 1914093002: Refactors DockedWindowLayoutManager in terms of ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nuke_aura_window
Patch Set: comment 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
« no previous file with comments | « ash/wm/common/shelf/wm_shelf_types.h ('k') | ash/wm/dock/docked_window_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d8a1018e4b201af2a3158da82f9c4965f18aeb2e..1c263b1d695c420c7f5923740b839565ecaedbe2 100644
--- a/ash/wm/common/wm_root_window_controller.h
+++ b/ash/wm/common/wm_root_window_controller.h
@@ -16,6 +16,7 @@ namespace wm {
class WmGlobals;
class WmRootWindowControllerObserver;
+class WmShelf;
class WmWindow;
// Provides state associated with a root of a window hierarchy.
@@ -31,6 +32,8 @@ class ASH_EXPORT WmRootWindowController {
virtual WorkspaceWindowState GetWorkspaceWindowState() = 0;
+ virtual WmShelf* GetShelf() = 0;
+
// Returns the window associated with this WmRootWindowController.
virtual WmWindow* GetWindow() = 0;
« no previous file with comments | « ash/wm/common/shelf/wm_shelf_types.h ('k') | ash/wm/dock/docked_window_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698