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

Unified Diff: components/mus/ws/display_manager_delegate.h

Issue 2089023002: Promotes remaining global window manager state into WindowManagerState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: override Created 4 years, 6 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 | « components/mus/ws/display_manager.cc ('k') | components/mus/ws/display_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/display_manager_delegate.h
diff --git a/components/mus/ws/display_manager_delegate.h b/components/mus/ws/display_manager_delegate.h
index e32d3331976b1819ad4276eef636c32bdeab6156..9d59e2fba8b2470c6853c2580e6915e05b317d41 100644
--- a/components/mus/ws/display_manager_delegate.h
+++ b/components/mus/ws/display_manager_delegate.h
@@ -12,6 +12,7 @@ namespace mus {
namespace ws {
class Display;
+class WindowManagerState;
class DisplayManagerDelegate {
public:
@@ -24,6 +25,9 @@ class DisplayManagerDelegate {
const UserId& user_id,
mojom::FrameDecorationValuesPtr* values) = 0;
+ virtual WindowManagerState* GetWindowManagerStateForUser(
+ const UserId& user_id) = 0;
+
protected:
virtual ~DisplayManagerDelegate() {}
};
« no previous file with comments | « components/mus/ws/display_manager.cc ('k') | components/mus/ws/display_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698