| 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 1186bd5cfc29234173d599d215f58c285c2e3354..0482a18617cc33d4b9b814d0ec6d5a76016e22fa 100644
|
| --- a/mojo/services/ui/views/interfaces/views.mojom
|
| +++ b/mojo/services/ui/views/interfaces/views.mojom
|
| @@ -194,8 +194,7 @@ interface View {
|
| //
|
| // It is an error to specify malformed |child_layout_params| such
|
| // as invalid size constraints; the connection will be closed.
|
| - LayoutChild(uint32 child_key, mojo.ui.ViewLayoutParams child_layout_params)
|
| - => (mojo.ui.ViewLayoutInfo? info);
|
| + LayoutChild(uint32 child_key, mojo.ui.ViewLayoutParams child_layout_params) => (mojo.ui.ViewLayoutInfo? info);
|
| };
|
|
|
| // An interface clients may implement to receive events from a view.
|
| @@ -240,8 +239,7 @@ interface ViewListener {
|
| // It is an error to return a malformed |result| which does not satisfy
|
| // 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);
|
| + OnLayout(mojo.ui.ViewLayoutParams layout_params, array<uint32> children_needing_layout) => (mojo.ui.ViewLayoutResult result);
|
|
|
| // Called when a child view has become unavailable.
|
| //
|
|
|