summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_box.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-01-17 18:56:56 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-01-17 18:56:56 +0000
commitc458c1774537b09f32fcf1858db8e3d30fb5b847 (patch)
tree2195a39c2080d86d86e84784c4b541d9b1639f3d /xfa/fxfa/parser/cxfa_box.h
parentaca769671c706607ff29882c46bac77baa449acb (diff)
downloadpdfium-c458c1774537b09f32fcf1858db8e3d30fb5b847.tar.xz
Move GetFillpath to CXFA_Rectangle
This CL moves the code related to getting the fill path for rectangles to the CXFA_Rectangle class. Change-Id: I83c43c259d2decadaeb99d1f081f3972ddf8294e Reviewed-on: https://pdfium-review.googlesource.com/23111 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser/cxfa_box.h')
-rw-r--r--xfa/fxfa/parser/cxfa_box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_box.h b/xfa/fxfa/parser/cxfa_box.h
index 170a874510..9a9770bf4f 100644
--- a/xfa/fxfa/parser/cxfa_box.h
+++ b/xfa/fxfa/parser/cxfa_box.h
@@ -62,7 +62,7 @@ class CXFA_Box : public CXFA_Node {
std::vector<CXFA_Stroke*> GetStrokesInternal(bool bNull);
void DrawFill(const std::vector<CXFA_Stroke*>& strokes,
CXFA_Graphics* pGS,
- const CFX_RectF& rtWidget,
+ CFX_RectF rtWidget,
const CFX_Matrix& matrix,
bool forceRound);
};