diff options
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/skia/gdiimpl.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/skia/utils.hxx | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/vcl/inc/skia/gdiimpl.hxx b/vcl/inc/skia/gdiimpl.hxx index 45bf5ab927af..7413c781409b 100644 --- a/vcl/inc/skia/gdiimpl.hxx +++ b/vcl/inc/skia/gdiimpl.hxx @@ -309,7 +309,6 @@ protected: // The Skia surface that is target of all the rendering. sk_sp<SkSurface> mSurface; bool mIsGPU; // whether the surface is GPU-backed - // Keep reference to shared GrContext. vcl::Region mClipRegion; Color mLineColor; Color mFillColor; diff --git a/vcl/inc/skia/utils.hxx b/vcl/inc/skia/utils.hxx index a23a472070a9..8a104e066090 100644 --- a/vcl/inc/skia/utils.hxx +++ b/vcl/inc/skia/utils.hxx @@ -30,8 +30,8 @@ namespace SkiaHelper { -// Get the one shared GrContext instance. -GrContext* getSharedGrContext(); +// Get the one shared GrDirectContext instance. +GrDirectContext* getSharedGrDirectContext(); void disableRenderMethod(RenderMethod method); |