diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2019-10-23 21:38:45 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-11-27 09:55:11 +0100 |
commit | 25fad1c74a6c601677b6fcec090cd06a453b86c9 (patch) | |
tree | f8eb81b4065f91ac5229d2e7f4bfa74658830ba0 /vcl/inc/skia | |
parent | 6bc2627a3ded16fa0a0e78b3b96c2fe3f8df06a3 (diff) |
Add getting of render backend name + impl. for skia
Change-Id: Id4e32425579c2a3ebdc33e234f55a7324dbb39d4
Diffstat (limited to 'vcl/inc/skia')
-rw-r--r-- | vcl/inc/skia/gdiimpl.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/skia/gdiimpl.hxx b/vcl/inc/skia/gdiimpl.hxx index 35106dba2ca7..ee9b00ad4ce8 100644 --- a/vcl/inc/skia/gdiimpl.hxx +++ b/vcl/inc/skia/gdiimpl.hxx @@ -39,6 +39,8 @@ public: virtual void DeInit() override; + virtual OUString getRenderBackendName() const override { return "skia"; } + const vcl::Region& getClipRegion() const; virtual bool setClipRegion(const vcl::Region&) override; |