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

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

Issue 2694213003: mash: wires up shadows for mash (Closed)
Patch Set: defaults test Created 3 years, 10 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/exo/shell_surface_unittest.cc ('k') | services/ui/ws/window_manager_state.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 2e8b5de976d04d295e0d571c226259e7c5b2f749..e3238d1822ca5887644c61197f0c6c0372e3a4aa 100644
--- a/services/ui/public/interfaces/window_manager.mojom
+++ b/services/ui/public/interfaces/window_manager.mojom
@@ -121,6 +121,9 @@ interface WindowManager {
// Type: gfx::Rect.
const string kRestoreBounds_Property = "prop:restore-bounds";
+ // See ShadowElevation for details. Type: wm::ShadowElevation.
+ const string kShadowElevation_Property = "prop:shadow-elevation";
+
// The type of item to be shown on the shelf for this window. Type: int
// A few ash::ShelfItemType values are supported; TYPE_UNKNOWN means no item.
const string kShelfItemType_Property = "prop:shelf-item-type";
« no previous file with comments | « components/exo/shell_surface_unittest.cc ('k') | services/ui/ws/window_manager_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698