summaryrefslogtreecommitdiff
path: root/vcl/inc/openglgdiimpl.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-09-01 15:09:25 +0100
committerJan Holesovsky <kendy@collabora.com>2015-09-01 14:33:28 +0000
commiteb9e5a863336f9c1a28f5ad59d7e143b16b543fe (patch)
treee7a910b4c4a4198a8c153153b605ec2eb293fd4b /vcl/inc/openglgdiimpl.hxx
parentdae95dbb12c84d99819cd3accacf7d8794bf0b9d (diff)
tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid.
Change-Id: I21726d0dd052fdc87e8dd36ff7122518325f6313 Reviewed-on: https://gerrit.libreoffice.org/18242 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'vcl/inc/openglgdiimpl.hxx')
-rw-r--r--vcl/inc/openglgdiimpl.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/openglgdiimpl.hxx b/vcl/inc/openglgdiimpl.hxx
index 1809476a41ba..2ed88f1ee645 100644
--- a/vcl/inc/openglgdiimpl.hxx
+++ b/vcl/inc/openglgdiimpl.hxx
@@ -154,6 +154,8 @@ public:
virtual void Init() SAL_OVERRIDE;
+ virtual void DeInit() SAL_OVERRIDE;
+
virtual void freeResources() SAL_OVERRIDE;
const vcl::Region& getClipRegion() const;