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

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

Issue 2727573003: gpu: Add sync token dependencies to flush metadata. (Closed)
Patch Set: use verified sync token Created 3 years, 10 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 75dba0a29de850d4e9ca608a9e72116ed88fb1eb..0859ab8668d30c2ec5b735288c01594b5fa04f3b 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_dependencies);
void OnRegisterTransferBuffer(int32_t id,
base::SharedMemoryHandle transfer_buffer,
uint32_t size);

Powered by Google App Engine
This is Rietveld 408576698