| Index: mojo/services/public/interfaces/view_manager/view_manager.mojom
|
| diff --git a/mojo/services/public/interfaces/view_manager/view_manager.mojom b/mojo/services/public/interfaces/view_manager/view_manager.mojom
|
| index 7e0f9f7fc313f4c10993c6c15530671fb4a2d3cf..fb43769ce61c5451119da84783809eef63156da5 100644
|
| --- a/mojo/services/public/interfaces/view_manager/view_manager.mojom
|
| +++ b/mojo/services/public/interfaces/view_manager/view_manager.mojom
|
| @@ -10,6 +10,7 @@ struct INode {
|
| uint32 parent_id;
|
| uint32 node_id;
|
| uint32 view_id;
|
| + mojo.Rect bounds;
|
| };
|
|
|
| // Functions that mutate the hierarchy take a change id. This is an ever
|
|
|