summaryrefslogtreecommitdiff
path: root/vcl/inc/salgdiimpl.hxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2016-09-13 13:24:01 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2016-09-21 13:33:10 +0200
commit7ac5ccde2d7332b926df509d840f775a65d0c9dd (patch)
treeafaa81006a7622796bc7820e512666a97f5714d0 /vcl/inc/salgdiimpl.hxx
parentca3c8526efc57eb90dcb238dd740cfe41df13b31 (diff)
SceneGraph experiment
Change-Id: I1e88559034a2a2787c70bdb4bcf4f7c61fc328e1
Diffstat (limited to 'vcl/inc/salgdiimpl.hxx')
-rw-r--r--vcl/inc/salgdiimpl.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/inc/salgdiimpl.hxx b/vcl/inc/salgdiimpl.hxx
index 35ce26b351ce..27dbebf43c38 100644
--- a/vcl/inc/salgdiimpl.hxx
+++ b/vcl/inc/salgdiimpl.hxx
@@ -29,6 +29,7 @@
#include <vcl/salgtype.hxx>
#include <vcl/region.hxx>
#include <vcl/salnativewidgets.hxx>
+#include <vcl/SceneGraph.hxx>
#include <com/sun/star/drawing/LineCap.hpp>
@@ -194,6 +195,11 @@ public:
sal_uInt8 nTransparency ) = 0;
virtual bool drawGradient(const tools::PolyPolygon& rPolygon, const Gradient& rGradient) = 0;
+
+ virtual bool renderSceneGraph(vcl::sg::RootNode& /*rRootNode*/)
+ {
+ return false;
+ }
};
#endif