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

Unified Diff: mojo/services/gles2/command_buffer.mojom

Issue 198343002: Mojo: request/response bindings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « mojo/public/bindings/tests/sample_interfaces.mojom ('k') | mojo/services/gles2/command_buffer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/gles2/command_buffer.mojom
diff --git a/mojo/services/gles2/command_buffer.mojom b/mojo/services/gles2/command_buffer.mojom
index 817b8574c8485c37f956ec297dfe644d1e8c7781..e54a6e14e6b24f0ac1b40a39edc0554af240ed83 100644
--- a/mojo/services/gles2/command_buffer.mojom
+++ b/mojo/services/gles2/command_buffer.mojom
@@ -34,7 +34,7 @@ interface CommandBuffer {
MakeProgress(int32 last_get_offset);
RegisterTransferBuffer(int32 id, ShmHandle transfer_buffer, uint32 size);
DestroyTransferBuffer(int32 id);
- Echo();
+ Echo() => ();
// TODO(piman): move to somewhere else (native_viewport?).
RequestAnimationFrames();
@@ -46,7 +46,6 @@ interface CommandBuffer {
[Peer=CommandBuffer]
interface CommandBufferClient {
DidDestroy();
- EchoAck();
LostContext(int32 lost_reason); // TODO(piman): enum
// TODO(piman): move to somewhere else (native_viewport?).
« no previous file with comments | « mojo/public/bindings/tests/sample_interfaces.mojom ('k') | mojo/services/gles2/command_buffer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698