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

Unified Diff: mojo/services/gles2/command_buffer.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/gles2/command_buffer.mojom
diff --git a/mojo/services/gles2/command_buffer.mojom b/mojo/services/gles2/command_buffer.mojom
index c10a9a378a970b6b8df0984b6c5d26d9501be6ab..1f91362eb4d37203580a01c04114bfe733eda84d 100644
--- a/mojo/services/gles2/command_buffer.mojom
+++ b/mojo/services/gles2/command_buffer.mojom
@@ -19,7 +19,7 @@ interface CommandBufferSyncClient {
DidMakeProgress(CommandBufferState state);
};
-[Peer=CommandBufferClient]
+[Client=CommandBufferClient]
interface CommandBuffer {
Initialize(CommandBufferSyncClient sync_client,
handle<shared_buffer> shared_state);
@@ -38,7 +38,6 @@ interface CommandBuffer {
// TODO(piman): sync points
};
-[Peer=CommandBuffer]
interface CommandBufferClient {
DidDestroy();
LostContext(int32 lost_reason); // TODO(piman): enum
@@ -48,4 +47,3 @@ interface CommandBufferClient {
};
}
-

Powered by Google App Engine
This is Rietveld 408576698