diff options
Diffstat (limited to 'tools/gpu/gl/GLTestContext.h')
-rw-r--r-- | tools/gpu/gl/GLTestContext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gpu/gl/GLTestContext.h b/tools/gpu/gl/GLTestContext.h index f5afa31a7f..701000e24b 100644 --- a/tools/gpu/gl/GLTestContext.h +++ b/tools/gpu/gl/GLTestContext.h @@ -75,6 +75,8 @@ public: } } + sk_sp<GrContext> makeGrContext(const GrContextOptions& options) override; + protected: GLTestContext(); |