| 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 cff597663d59bf141c17f81a2ca7d55b083f9642..8aa3bfe107cb6c51d206a3221bbaed59f39f9298 100644
|
| --- a/gpu/gles2_conform_support/egl/context.h
|
| +++ b/gpu/gles2_conform_support/egl/context.h
|
| @@ -76,7 +76,8 @@ class Context : public base::RefCountedThreadSafe<Context>,
|
| bool IsFenceSyncReleased(uint64_t release) override;
|
| void SignalSyncToken(const gpu::SyncToken& sync_token,
|
| const base::Closure& callback) override;
|
| - bool CanWaitUnverifiedSyncToken(const gpu::SyncToken* sync_token) override;
|
| + void WaitSyncToken(const gpu::SyncToken& sync_token) override;
|
| + bool CanWaitUnverifiedSyncToken(const gpu::SyncToken& sync_token) override;
|
|
|
| // Called by ThreadState to set the needed global variables when this context
|
| // is current.
|
|
|