| Index: mojo/services/public/interfaces/native_viewport/native_viewport.mojom
|
| diff --git a/mojo/services/public/interfaces/native_viewport/native_viewport.mojom b/mojo/services/public/interfaces/native_viewport/native_viewport.mojom
|
| index c1a9742a063c8ec44f31558c04b41cc2906e5eee..b168104a704be40bcf438f5d1c68b0ee557c74c4 100644
|
| --- a/mojo/services/public/interfaces/native_viewport/native_viewport.mojom
|
| +++ b/mojo/services/public/interfaces/native_viewport/native_viewport.mojom
|
| @@ -15,12 +15,13 @@
|
| Hide();
|
| Close();
|
| SetBounds(Rect bounds);
|
| + CreateGLES2Context(CommandBuffer& gles2_client);
|
| };
|
|
|
| interface NativeViewportClient {
|
| - OnCreated(uint64 native_viewport_id);
|
| + OnCreated();
|
| OnBoundsChanged(Rect bounds);
|
| - OnDestroyed();
|
| + OnDestroyed() => ();
|
| OnEvent(Event event) => ();
|
| };
|
|
|
|
|