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

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

Issue 265793015: Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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 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);

Powered by Google App Engine
This is Rietveld 408576698