| Index: mojo/services/ui/views/interfaces/views.mojom
|
| diff --git a/mojo/services/ui/views/interfaces/views.mojom b/mojo/services/ui/views/interfaces/views.mojom
|
| index ddf2f66774b2cf7bf417963700142c41faa22bf1..bd348dbc1fce5d9ac723b33f61aca0951702f052 100644
|
| --- a/mojo/services/ui/views/interfaces/views.mojom
|
| +++ b/mojo/services/ui/views/interfaces/views.mojom
|
| @@ -131,5 +131,6 @@ interface ViewListener {
|
| // the requested |layout_params|, such as by returning a size which
|
| // exceeds the requested constraints; the view's connection will be closed.
|
| OnLayout(mojo.ui.ViewLayoutParams layout_params,
|
| - array<uint32> children_needing_layout) => (mojo.ui.ViewLayoutResult result);
|
| + array<uint32> children_needing_layout)
|
| + => (mojo.ui.ViewLayoutResult result);
|
| };
|
|
|