summaryrefslogtreecommitdiff
path: root/vcl/inc/openglgdiimpl.hxx
diff options
context:
space:
mode:
authorLouis-Francis Ratté-Boulianne <lfrb@collabora.com>2014-12-04 11:45:55 -0500
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-12-11 07:57:30 +0100
commitf0f5f50243810762e27f1207b3c08b60ed888ee3 (patch)
tree738410582d7ad74dfa765aa3d9a74e2ca6600d3f /vcl/inc/openglgdiimpl.hxx
parent6e4a34018473652e981f1b85ebfaedddc9e0aea2 (diff)
vcl: Limit Cairo surface size to the clipping region to improve performance
Conflicts: vcl/unx/generic/gdi/openglx11cairotextrender.cxx Change-Id: I469b34c9f1047a274550229391d3dfb578291df6
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 03d1c239b0d6..a8ffe4db7b2f 100644
--- a/vcl/inc/openglgdiimpl.hxx
+++ b/vcl/inc/openglgdiimpl.hxx
@@ -129,7 +129,9 @@ public:
virtual void freeResources() SAL_OVERRIDE;
+ virtual const vcl::Region& getClipRegion() const;
virtual bool setClipRegion( const vcl::Region& ) SAL_OVERRIDE;
+
//
// get the depth of the device
virtual sal_uInt16 GetBitCount() const SAL_OVERRIDE;