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

Unified Diff: mojo/services/native_viewport/native_viewport.mojom

Issue 218763002: Change AckEvent into request / response (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix early return Created 6 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/native_viewport.mojom
diff --git a/mojo/services/native_viewport/native_viewport.mojom b/mojo/services/native_viewport/native_viewport.mojom
index 3967aa52f32dd112008e478603d5ef4ee4fe3a80..189ba12fd038caa5bda9e66cd2c36bf11d6a000e 100644
--- a/mojo/services/native_viewport/native_viewport.mojom
+++ b/mojo/services/native_viewport/native_viewport.mojom
@@ -45,7 +45,6 @@ interface NativeViewport {
Close();
SetBounds(Rect bounds);
CreateGLES2Context(handle<message_pipe> gles2_client);
- AckEvent(Event event);
};
[Peer=NativeViewport]
@@ -53,7 +52,7 @@ interface NativeViewportClient {
OnCreated();
OnBoundsChanged(Rect bounds);
OnDestroyed();
- OnEvent(Event event);
+ OnEvent(Event event) => ();
};
}
« no previous file with comments | « mojo/examples/view_manager/view_manager.cc ('k') | mojo/services/native_viewport/native_viewport_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698