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

Unified Diff: gpu/gles2_conform_support/egl/context.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/gles2_conform_support/egl/context.h
diff --git a/gpu/gles2_conform_support/egl/context.h b/gpu/gles2_conform_support/egl/context.h
index 341b5c0658d822e9a04e5d929cfccfd2301cac2d..31387592f56180677a0ddf614e40b31f1226ce42 100644
--- a/gpu/gles2_conform_support/egl/context.h
+++ b/gpu/gles2_conform_support/egl/context.h
@@ -81,6 +81,8 @@ class Context : public base::RefCountedThreadSafe<Context>,
void SignalSyncToken(const gpu::SyncToken& sync_token,
const base::Closure& callback) override;
bool CanWaitUnverifiedSyncToken(const gpu::SyncToken* sync_token) override;
+ int32_t CreateFence(ClientFence fence) override;
+ void DestroyFence(int32_t id) override;
// Called by ThreadState to set the needed global variables when this context
// is current.

Powered by Google App Engine
This is Rietveld 408576698