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 42f83fe0e5a11f5805abd517415fc237f2034ffa..41cc04c6f7a25b74d2cae8d1ea27aa471cd79976 100644 |
--- a/mojo/services/ui/views/interfaces/view_trees.mojom |
+++ b/mojo/services/ui/views/interfaces/view_trees.mojom |
@@ -131,8 +131,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. |