| Index: mojo/services/ui/views/interfaces/view_trees.mojom
|
| diff --git a/mojo/services/ui/views/interfaces/view_trees.mojom b/mojo/services/ui/views/interfaces/view_trees.mojom
|
| index 5b2c09c8578e627f15baef7ed575ad053962ffdf..0c4b92660fc7fccd0c88c7d7be230aaa7be2dd4c 100644
|
| --- a/mojo/services/ui/views/interfaces/view_trees.mojom
|
| +++ b/mojo/services/ui/views/interfaces/view_trees.mojom
|
| @@ -122,8 +122,7 @@ interface ViewTree {
|
| //
|
| // It is an error to specify malformed |root_layout_params| such
|
| // as invalid size constraints; the connection will be closed.
|
| - LayoutRoot(mojo.ui.ViewLayoutParams root_layout_params) =>
|
| - (mojo.ui.ViewLayoutInfo? info);
|
| + LayoutRoot(mojo.ui.ViewLayoutParams root_layout_params) => (mojo.ui.ViewLayoutInfo? info);
|
| };
|
|
|
| // An interface clients may implement to receive events from a view tree.
|
|
|