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

Unified Diff: gpu/ipc/in_process_command_buffer.h

Issue 2383753002: gpu: Add GpuFence framework.
Patch Set: rebase Created 4 years, 1 month 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/in_process_command_buffer.h
diff --git a/gpu/ipc/in_process_command_buffer.h b/gpu/ipc/in_process_command_buffer.h
index ac4ef0238789e68f2f57d017adcac7823fe738ad..84f7030b73b6b7c6cc03efb7c551930979e2f334 100644
--- a/gpu/ipc/in_process_command_buffer.h
+++ b/gpu/ipc/in_process_command_buffer.h
@@ -129,6 +129,8 @@ class GPU_EXPORT InProcessCommandBuffer : public CommandBuffer,
void SignalSyncToken(const SyncToken& sync_token,
const base::Closure& callback) override;
bool CanWaitUnverifiedSyncToken(const SyncToken* sync_token) override;
+ int32_t CreateFence(ClientFence fence) override;
+ void DestroyFence(int32_t id) override;
// The serializer interface to the GPU service (i.e. thread).
class Service {

Powered by Google App Engine
This is Rietveld 408576698