| Index: gpu/command_buffer/client/context_support.h
|
| diff --git a/gpu/command_buffer/client/context_support.h b/gpu/command_buffer/client/context_support.h
|
| index 1e7119084e5da53a5f2f56bcc70b0a5c3b3d088c..0e7c75c7d8c2b938e42eca8e31aee8b6bdbcee72 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;
|
|
|