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

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

Issue 1900443002: Removes aura dependencies from WindowPositioner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nuke GetWorkAreaForWindowInParent and fix windows 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/wm_globals.h ('k') | ash/wm/common/wm_window.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 358611a8af569cb81a2bab0491ed39f707d8a21c..8d047e74b0ceeaed8825a0dc1ccca959cc3651c7 100644
--- a/ash/wm/common/wm_root_window_controller.h
+++ b/ash/wm/common/wm_root_window_controller.h
@@ -10,6 +10,7 @@
namespace ash {
namespace wm {
+class WmGlobals;
class WmWindow;
class ASH_EXPORT WmRootWindowController {
@@ -17,6 +18,8 @@ class ASH_EXPORT WmRootWindowController {
virtual ~WmRootWindowController() {}
virtual bool HasShelf() = 0;
+
+ virtual WmGlobals* GetGlobals() = 0;
};
} // namespace wm
« no previous file with comments | « ash/wm/common/wm_globals.h ('k') | ash/wm/common/wm_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698