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 f9a977135e72cb2be49a68438aa8db060cfc4a4c..55619dd61a50df10bdefc2f7c673bbf7f67a2e99 100644 |
--- a/components/mus/public/interfaces/command_buffer.mojom |
+++ b/components/mus/public/interfaces/command_buffer.mojom |
@@ -33,11 +33,13 @@ interface CommandBuffer { |
// If the context is lost after creation the LostContext method on the |
// CommandBufferClient's will be called then this pipe will be |
// closed. |
+ [Sync] |
Initialize(CommandBufferClient client, |
handle<shared_buffer> shared_state, |
array<int32> attribs) => (CommandBufferInitializeResult? result); |
SetGetBuffer(int32 buffer); |
Flush(int32 put_offset); |
+ [Sync] |
MakeProgress(int32 last_get_offset) => (gpu.mojom.CommandBufferState state); |
RegisterTransferBuffer( |
int32 id, handle<shared_buffer> transfer_buffer, uint32 size); |