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

Unified Diff: services/ui/public/interfaces/command_buffer.mojom

Issue 2096293002: Eliminate usage of InterfacePtr::WaitForIncomingResponse. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase only Created 4 years, 5 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: services/ui/public/interfaces/command_buffer.mojom
diff --git a/services/ui/public/interfaces/command_buffer.mojom b/services/ui/public/interfaces/command_buffer.mojom
index 7e4a3c5c07c715875951f685abac607e66375223..b38bcb857670639ad5b0493de9338bf23d5ed9d9 100644
--- a/services/ui/public/interfaces/command_buffer.mojom
+++ b/services/ui/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);

Powered by Google App Engine
This is Rietveld 408576698