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

Unified Diff: mojo/services/native_viewport/interfaces/native_viewport.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/native_viewport/interfaces/native_viewport.mojom
diff --git a/mojo/services/native_viewport/interfaces/native_viewport.mojom b/mojo/services/native_viewport/interfaces/native_viewport.mojom
index ee53e81bbe9f1e8fa883a189cb3a9dfceed4ef03..b33d244f35f4aec3c53c4fe87e2976374c1ced8d 100644
--- a/mojo/services/native_viewport/interfaces/native_viewport.mojom
+++ b/mojo/services/native_viewport/interfaces/native_viewport.mojom
@@ -27,7 +27,8 @@ interface NativeViewport {
// TODO(sky): having a create function is awkward. Should there be a factory
// to create the NativeViewport that takes the size?
// When the viewport is created it is initially shown.
- Create(Size size, SurfaceConfiguration? requested_configuration) => (ViewportMetrics metrics);
+ Create(Size size, SurfaceConfiguration? requested_configuration)
+ => (ViewportMetrics metrics);
Show();
Hide();
« no previous file with comments | « mojo/services/native_support/interfaces/process.mojom ('k') | mojo/services/navigation/interfaces/navigation.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698