Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1004)

Unified Diff: mojo/services/ui/views/interfaces/view_trees.mojom

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Switch to 80 char line length limit. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698