| 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.
|
|
|