Chromium Code Reviews| 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; |
| +}; |