| Index: mojo/services/native_viewport/native_viewport.mojom
|
| diff --git a/mojo/services/native_viewport/native_viewport.mojom b/mojo/services/native_viewport/native_viewport.mojom
|
| index 189ba12fd038caa5bda9e66cd2c36bf11d6a000e..eef750c0e002cf391119c58bdd68c34b213c56a4 100644
|
| --- a/mojo/services/native_viewport/native_viewport.mojom
|
| +++ b/mojo/services/native_viewport/native_viewport.mojom
|
| @@ -37,7 +37,7 @@ struct Event {
|
| TouchData touch_data;
|
| };
|
|
|
| -[Peer=NativeViewportClient]
|
| +[Client=NativeViewportClient]
|
| interface NativeViewport {
|
| Create(Rect bounds);
|
| Show();
|
| @@ -47,7 +47,6 @@ interface NativeViewport {
|
| CreateGLES2Context(handle<message_pipe> gles2_client);
|
| };
|
|
|
| -[Peer=NativeViewport]
|
| interface NativeViewportClient {
|
| OnCreated();
|
| OnBoundsChanged(Rect bounds);
|
|
|