summaryrefslogtreecommitdiffstats
path: root/vcl/unx/generic/gdi/gdiimpl.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-10-29 17:25:55 +0100
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-11-10 07:58:28 +0100
commit80ff016d5687b4396a5d60f1ff3c5cb3d61d8e1c (patch)
tree925f931dfa89d46841fdb291525b0cc57509f47c /vcl/unx/generic/gdi/gdiimpl.hxx
parentadd more log messages (diff)
downloadcore-80ff016d5687b4396a5d60f1ff3c5cb3d61d8e1c.tar.gz
core-80ff016d5687b4396a5d60f1ff3c5cb3d61d8e1c.zip
bring the gradient rendering down into SalGraphicsImpl & unx backend
Change-Id: Ia5d5e7d996b4a8818e73f3f741907ff9224f93da
Diffstat (limited to 'vcl/unx/generic/gdi/gdiimpl.hxx')
-rw-r--r--vcl/unx/generic/gdi/gdiimpl.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/unx/generic/gdi/gdiimpl.hxx b/vcl/unx/generic/gdi/gdiimpl.hxx
index 3d35cef118ab..a6e12ecb6d14 100644
--- a/vcl/unx/generic/gdi/gdiimpl.hxx
+++ b/vcl/unx/generic/gdi/gdiimpl.hxx
@@ -33,6 +33,7 @@ class SalGraphics;
class SalBitmap;
class SalPolyLine;
class X11SalGraphics;
+class Gradient;
class X11SalGraphicsImpl : public SalGraphicsImpl
{
@@ -261,7 +262,7 @@ public:
long nWidth, long nHeight,
sal_uInt8 nTransparency ) SAL_OVERRIDE;
-
+ virtual bool drawGradient(const tools::PolyPolygon& rPolygon, const Gradient& rGradient) SAL_OVERRIDE;
};
#endif