| 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..05f9658ccc9e860c278289ede4653c34133a00ca 100644
|
| --- a/mojo/services/ui/views/interfaces/view_trees.mojom
|
| +++ b/mojo/services/ui/views/interfaces/view_trees.mojom
|
| @@ -122,8 +122,8 @@ 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.
|
|
|