| Index: src/gpu/gl/GrGLGpu.h
|
| diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h
|
| index 20616e452db03f97745ab6e2c2a72ff45fb4a3f6..7ba79b2eea08574b8c24bd4d8105d8233a723feb 100644
|
| --- a/src/gpu/gl/GrGLGpu.h
|
| +++ b/src/gpu/gl/GrGLGpu.h
|
| @@ -144,6 +144,10 @@ public:
|
|
|
| void finishDrawTarget() override;
|
|
|
| + GrFence SK_WARN_UNUSED_RESULT insertFence() const override;
|
| + bool waitFence(GrFence, uint64_t timeout) const override;
|
| + void deleteFence(GrFence) const override;
|
| +
|
| private:
|
| GrGLGpu(GrGLContext* ctx, GrContext* context);
|
|
|
|
|