diff options
Diffstat (limited to 'gpu/command_buffer/client/context_support.h')
-rw-r--r-- | gpu/command_buffer/client/context_support.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gpu/command_buffer/client/context_support.h b/gpu/command_buffer/client/context_support.h index 1e71190..0e7c75c 100644 --- a/gpu/command_buffer/client/context_support.h +++ b/gpu/command_buffer/client/context_support.h @@ -21,10 +21,6 @@ struct SyncToken; class ContextSupport { public: - // Runs |callback| when a sync point is reached. - virtual void SignalSyncPoint(uint32_t sync_point, - const base::Closure& callback) = 0; - // Runs |callback| when a sync token is signalled. virtual void SignalSyncToken(const SyncToken& sync_token, const base::Closure& callback) = 0; @@ -52,9 +48,6 @@ class ContextSupport { const gfx::Rect& display_bounds, const gfx::RectF& uv_rect) = 0; - virtual uint32_t InsertFutureSyncPointCHROMIUM() = 0; - virtual void RetireSyncPointCHROMIUM(uint32_t sync_point) = 0; - // Returns an ID that can be used to globally identify the share group that // this context's resources belong to. virtual uint64_t ShareGroupTracingGUID() const = 0; |