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

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

Issue 1994763002: Wires up WorkspaceLayoutManager in mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweaks 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/BUILD.gn » ('j') | mash/test/mash_test_suite.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/interfaces/window_manager.mojom
diff --git a/components/mus/public/interfaces/window_manager.mojom b/components/mus/public/interfaces/window_manager.mojom
index 9aa4d456e15a35bf43d38b5977c69bef05ac5f6b..62e132a655cba156c4b901b1d32d9dd50d124bed 100644
--- a/components/mus/public/interfaces/window_manager.mojom
+++ b/components/mus/public/interfaces/window_manager.mojom
@@ -21,6 +21,11 @@ import "ui/mojo/geometry/geometry.mojom";
// with WindowTreeClient, further WindowTree requests this interface from
// WindowTreeClient supplied at the time the WindowTreeHost is created.
interface WindowManager {
+ // Whether the window is always on top. Type: bool.
+ const string kAlwaysOnTop_Property = "prop:always_on_top";
+ // Initial bounds to create the window at. If empty the WindowManager decides
+ // the initial bounds.
+ const string kInitialBounds_Property = "prop:initial_bounds";
// Internal window name. Useful for debugging. Type: mojom::String
const string kName_Property = "prop:name";
// The window's preferred size as defined by its content. Type: gfx::Size.
« no previous file with comments | « no previous file | mash/BUILD.gn » ('j') | mash/test/mash_test_suite.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698