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

Unified Diff: components/mus/public/interfaces/window_manager_constants.mojom

Issue 1954933002: Initial cut of ash/wm/common classes for mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to trunk Created 4 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
« no previous file with comments | « no previous file | mash/wm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/interfaces/window_manager_constants.mojom
diff --git a/components/mus/public/interfaces/window_manager_constants.mojom b/components/mus/public/interfaces/window_manager_constants.mojom
index e704cbbbe6d4f7e96eec0d4e7f704bc2dcb926ab..d0b29b631aebb6dee4b08c43f6cd483e589a33c3 100644
--- a/components/mus/public/interfaces/window_manager_constants.mojom
+++ b/components/mus/public/interfaces/window_manager_constants.mojom
@@ -11,12 +11,17 @@ enum WindowManagerErrorCode {
ACCESS_DENIED
};
+// TODO(sky): seems like this should not be defined in mus, rather in mash.
+// Only thing mus cares about is minimized and that should be expressed
+// differently.
enum ShowState {
- RESTORED,
+ DEFAULT,
+ NORMAL,
MINIMIZED,
MAXIMIZED,
- IMMERSIVE,
- PRESENTATION
+ INACTIVE,
+ FULLSCREEN,
+ DOCKED,
};
enum Rotation {
« no previous file with comments | « no previous file | mash/wm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698