diff options
Diffstat (limited to 'include/gpu/GrContext.h')
-rw-r--r-- | include/gpu/GrContext.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h index cb2f0a6e76..0ebfd7c979 100644 --- a/include/gpu/GrContext.h +++ b/include/gpu/GrContext.h @@ -59,6 +59,9 @@ public: */ static sk_sp<GrContext> MakeGL(sk_sp<const GrGLInterface>, const GrContextOptions&); static sk_sp<GrContext> MakeGL(sk_sp<const GrGLInterface>); + // Deprecated + static sk_sp<GrContext> MakeGL(const GrGLInterface*); + static sk_sp<GrContext> MakeGL(const GrGLInterface*, const GrContextOptions&); #ifdef SK_VULKAN static sk_sp<GrContext> MakeVulkan(sk_sp<const GrVkBackendContext>, const GrContextOptions&); |