| Index: components/mus/public/interfaces/command_buffer.mojom
|
| diff --git a/components/mus/public/interfaces/command_buffer.mojom b/components/mus/public/interfaces/command_buffer.mojom
|
| index d911c7f71e3b1ea890acb9f9ac25895a76b46535..1af78e5862da29a611b8a484888f086ce8c17000 100644
|
| --- a/components/mus/public/interfaces/command_buffer.mojom
|
| +++ b/components/mus/public/interfaces/command_buffer.mojom
|
| @@ -40,7 +40,8 @@ interface CommandBuffer {
|
| Initialize(CommandBufferSyncClient sync_client,
|
| CommandBufferSyncPointClient sync_point_client,
|
| CommandBufferLostContextObserver lost_observer,
|
| - handle<shared_buffer> shared_state);
|
| + handle<shared_buffer> shared_state,
|
| + array<int32> attribs);
|
| SetGetBuffer(int32 buffer);
|
| Flush(int32 put_offset);
|
| MakeProgress(int32 last_get_offset);
|
|
|