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

Unified Diff: ui/mojo/geometry/geometry.mojom

Issue 1419793006: Makes windowmanager draw non-client area (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move wm nonclientframeview to wm Created 5 years, 1 month 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
Index: ui/mojo/geometry/geometry.mojom
diff --git a/ui/mojo/geometry/geometry.mojom b/ui/mojo/geometry/geometry.mojom
index 62bc6c8ea0e9e6902ea4412bbdb7bd40689e922b..95a433616749216e10d01dc60d1f0e4be67a035f 100644
--- a/ui/mojo/geometry/geometry.mojom
+++ b/ui/mojo/geometry/geometry.mojom
@@ -37,3 +37,10 @@ struct Transform {
// Row major order.
array<float, 16> matrix;
};
+
+struct Insets {
+ int32 top;
+ int32 left;
+ int32 bottom;
+ int32 right;
+};

Powered by Google App Engine
This is Rietveld 408576698