| 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 {
|
| };
|
|
|
| }
|
| -
|
|
|