| Index: xfa/fxfa/app/xfa_ffwidget.cpp
|
| diff --git a/xfa/fxfa/app/xfa_ffwidget.cpp b/xfa/fxfa/app/xfa_ffwidget.cpp
|
| index d585e279ce3b4b339365a1e260bbd94a91ba3e8d..37d363f443501382845da6868d4eeaf94351398a 100644
|
| --- a/xfa/fxfa/app/xfa_ffwidget.cpp
|
| +++ b/xfa/fxfa/app/xfa_ffwidget.cpp
|
| @@ -1310,7 +1310,7 @@ static void XFA_BOX_GetFillPath(CXFA_Box box,
|
| const CXFA_StrokeArray& strokes,
|
| CFX_RectF rtWidget,
|
| CFX_Path& fillPath,
|
| - FX_WORD dwFlags) {
|
| + uint16_t dwFlags) {
|
| if (box.IsArc() || (dwFlags & XFA_DRAWBOX_ForceRound) != 0) {
|
| CXFA_Edge edge = box.GetEdge(0);
|
| FX_FLOAT fThickness = edge.GetThickness();
|
|
|