summaryrefslogtreecommitdiff
path: root/vcl/inc/impgraph.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/impgraph.hxx')
-rw-r--r--vcl/inc/impgraph.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx
index e15845c9d99a..cad519c87e5c 100644
--- a/vcl/inc/impgraph.hxx
+++ b/vcl/inc/impgraph.hxx
@@ -200,7 +200,8 @@ private:
const std::shared_ptr<VectorGraphicData>& getVectorGraphicData() const;
/// Gets the bitmap replacement for a vector graphic.
- BitmapEx getVectorGraphicReplacement() const;
+ // Hide volatile state of maBitmapEx when using maVectorGraphicData into this method
+ void updateBitmapFromVectorGraphic(const Size& pixelSize = {}) const;
bool ensureAvailable () const;