Chromium Code Reviews| 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); |
|
jamesr
2016/03/09 19:18:08
was this over 80col before?
azani
2016/03/15 22:18:48
Yes.
|
| Show(); |
| Hide(); |