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
committerMichael Meeks <michael.meeks@collabora.com>2015-09-01 15:16:08 +0100
commit6a12aecf6f7791f00894b08bb394ee0139e10d6f (patch)
treef85f363162ab3da63ce35d7e07dfeb9536f98f5b /vcl/inc/openglgdiimpl.hxx
parent34ebb26d4c63d73d42d711c9a6e09aae9afae61e (diff)
tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid.
Change-Id: I21726d0dd052fdc87e8dd36ff7122518325f6313
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 c95453e75aef..62a51e1b6df1 100644
--- a/vcl/inc/openglgdiimpl.hxx
+++ b/vcl/inc/openglgdiimpl.hxx
@@ -153,6 +153,8 @@ public:
virtual void Init() SAL_OVERRIDE;
+ virtual void DeInit() SAL_OVERRIDE;
+
virtual void freeResources() SAL_OVERRIDE;
const vcl::Region& getClipRegion() const;