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

Unified Diff: gpu/ipc/service/gpu_command_buffer_stub.h

Issue 2727573003: gpu: Add sync token dependencies to flush metadata. (Closed)
Patch Set: jbauman's review Created 3 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
Index: gpu/ipc/service/gpu_command_buffer_stub.h
diff --git a/gpu/ipc/service/gpu_command_buffer_stub.h b/gpu/ipc/service/gpu_command_buffer_stub.h
index 3803172a1fadf085ee5b816a0d7bd8db84c599bb..f0579cbd3779a5648667bb9286f2640625f5b1e6 100644
--- a/gpu/ipc/service/gpu_command_buffer_stub.h
+++ b/gpu/ipc/service/gpu_command_buffer_stub.h
@@ -161,7 +161,8 @@ class GPU_EXPORT GpuCommandBufferStub
IPC::Message* reply_message);
void OnAsyncFlush(int32_t put_offset,
uint32_t flush_count,
- const std::vector<ui::LatencyInfo>& latency_info);
+ const std::vector<ui::LatencyInfo>& latency_info,
+ const std::vector<SyncToken>& sync_token_fences);
void OnRegisterTransferBuffer(int32_t id,
base::SharedMemoryHandle transfer_buffer,
uint32_t size);

Powered by Google App Engine
This is Rietveld 408576698