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

Unified Diff: services/ui/public/interfaces/window_manager.mojom

Issue 2919523004: Surface synchronization: Don't gutter translucent windows (Closed)
Patch Set: Created 3 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 | « ash/mus/top_level_window_factory.cc ('k') | ui/aura/mus/client_surface_embedder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/window_manager.mojom
diff --git a/services/ui/public/interfaces/window_manager.mojom b/services/ui/public/interfaces/window_manager.mojom
index 563697d642269a7c7935eb60a23deb00a568ad88..3ddbe2ce6567a53792741d58db14e6e18729dd78 100644
--- a/services/ui/public/interfaces/window_manager.mojom
+++ b/services/ui/public/interfaces/window_manager.mojom
@@ -44,6 +44,9 @@ interface WindowManager {
// Whether the window should be initially focusable or not. Type: bool.
const string kFocusable_InitProperty = "init:focusable";
+ // Whether the window should be opaque.
+ const string kTranslucent_InitProperty = "init:translucent";
+
// Initial bounds to create the window at. If empty the WindowManager decides
// the initial bounds. Type: gfx::Rect.
const string kBounds_InitProperty = "init:bounds";
« no previous file with comments | « ash/mus/top_level_window_factory.cc ('k') | ui/aura/mus/client_surface_embedder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698