diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 14:53:53 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 17:24:04 +0000 |
commit | 2beb8b2e6aef50b8a35da37a5d0caf2ee33d174d (patch) | |
tree | 7f5e6526847ea6e3e6afe856bcc152ad782bce46 /vcl/inc/headless | |
parent | dce032e3ac528cfe3b2199a7998ddc349b4a2eb4 (diff) |
more thinking
Change-Id: Ie349bd35b1fc92b77cc15f51eb886a1c9c92cbe1
Diffstat (limited to 'vcl/inc/headless')
-rw-r--r-- | vcl/inc/headless/svpgdi.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/headless/svpgdi.hxx b/vcl/inc/headless/svpgdi.hxx index e4ff74d93ace..b6d2a7420f34 100644 --- a/vcl/inc/headless/svpgdi.hxx +++ b/vcl/inc/headless/svpgdi.hxx @@ -200,7 +200,8 @@ public: virtual SystemGraphicsData GetGraphicsData() const SAL_OVERRIDE; virtual bool SupportsCairo() const SAL_OVERRIDE; - cairo_t* GetCairoContext() const SAL_OVERRIDE; + virtual cairo_t* GetCairoContext() const SAL_OVERRIDE; + virtual void FlushCairoContext(cairo_t *cr) const SAL_OVERRIDE; virtual bool CanResizeCairoSurface() const SAL_OVERRIDE; virtual SystemFontData GetSysFontData( int nFallbacklevel ) const SAL_OVERRIDE; |