| 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 84f15c103d6e06562e7c8e6d5f67d7fa5f51aed0..97b41fb00920eb1f15a365da993fba81d23a925e 100644
|
| --- a/gpu/gles2_conform_support/egl/context.h
|
| +++ b/gpu/gles2_conform_support/egl/context.h
|
| @@ -66,6 +66,7 @@ class Context : public base::RefCountedThreadSafe<Context>,
|
| void SignalQuery(uint32_t query, const base::Closure& callback) override;
|
| void SetLock(base::Lock*) override;
|
| void EnsureWorkVisible() override;
|
| + void EnsureWorkVisibleAsync() override;
|
| gpu::CommandBufferNamespace GetNamespaceID() const override;
|
| gpu::CommandBufferId GetCommandBufferID() const override;
|
| int32_t GetExtraCommandBufferData() const override;
|
|
|