summaryrefslogtreecommitdiff
path: root/vcl/inc/cairotextrender.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/cairotextrender.hxx')
-rw-r--r--vcl/inc/cairotextrender.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/cairotextrender.hxx b/vcl/inc/cairotextrender.hxx
index 7bc0b2f7a36e..e5db2ab7e612 100644
--- a/vcl/inc/cairotextrender.hxx
+++ b/vcl/inc/cairotextrender.hxx
@@ -77,6 +77,7 @@ class CairoTextRender : public TextRenderImpl
protected:
virtual GlyphCache& getPlatformGlyphCache() = 0;
virtual cairo_surface_t* getCairoSurface() = 0;
+ virtual void drawSurface(cairo_t* cr) = 0;
bool setFont( const FontSelectPattern *pEntry, int nFallbackLevel );