summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_rectangle.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/parser/cxfa_rectangle.h')
-rw-r--r--xfa/fxfa/parser/cxfa_rectangle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xfa/fxfa/parser/cxfa_rectangle.h b/xfa/fxfa/parser/cxfa_rectangle.h
index 9e335060f5..b117e66d67 100644
--- a/xfa/fxfa/parser/cxfa_rectangle.h
+++ b/xfa/fxfa/parser/cxfa_rectangle.h
@@ -18,6 +18,9 @@ class CXFA_Rectangle : public CXFA_Box {
CXFA_Rectangle(CXFA_Document* doc, XFA_PacketType packet);
~CXFA_Rectangle() override;
+ void GetFillPath(const std::vector<CXFA_Stroke*>& strokes,
+ const CFX_RectF& rtWidget,
+ CXFA_GEPath* fillPath);
void Draw(const std::vector<CXFA_Stroke*>& strokes,
CXFA_Graphics* pGS,
CFX_RectF rtWidget,