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

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

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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/views.mojom
diff --git a/mojo/services/ui/views/interfaces/views.mojom b/mojo/services/ui/views/interfaces/views.mojom
index 1186bd5cfc29234173d599d215f58c285c2e3354..de2a5f805f5a2ffd703d1976e2fae42cc534b0a5 100644
--- a/mojo/services/ui/views/interfaces/views.mojom
+++ b/mojo/services/ui/views/interfaces/views.mojom
@@ -241,7 +241,8 @@ 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);
// Called when a child view has become unavailable.
//

Powered by Google App Engine
This is Rietveld 408576698