| Index: xfa/src/fdp/src/fde/fde_geobject.h
|
| diff --git a/xfa/src/fdp/src/fde/fde_geobject.h b/xfa/src/fdp/src/fde/fde_geobject.h
|
| index 8552b6f7b8401be615e8c0b72a606932f654c971..3b1b22901d2f3c9ee26ed2b6ee1280cb26126f10 100644
|
| --- a/xfa/src/fdp/src/fde/fde_geobject.h
|
| +++ b/xfa/src/fdp/src/fde/fde_geobject.h
|
| @@ -31,8 +31,8 @@ public:
|
| virtual void AddRectangle(const CFX_RectF &rect);
|
| virtual void GetBBox(CFX_RectF &bbox) const;
|
| virtual void GetBBox(CFX_RectF &bbox, FX_FLOAT fLineWidth, FX_FLOAT fMiterLimit) const;
|
| - FX_PATHPOINT* AddPoints(FX_INT32 iCount);
|
| - FX_PATHPOINT* GetLastPoint(FX_INT32 iCount = 1) const;
|
| + FX_PATHPOINT* AddPoints(int32_t iCount);
|
| + FX_PATHPOINT* GetLastPoint(int32_t iCount = 1) const;
|
| FX_BOOL FigureClosed() const;
|
| void MoveTo(FX_FLOAT fx, FX_FLOAT fy);
|
| void LineTo(FX_FLOAT fx, FX_FLOAT fy);
|
|
|