| Index: core/fpdfapi/page/cpdf_path.h
|
| diff --git a/core/fpdfapi/page/cpdf_path.h b/core/fpdfapi/page/cpdf_path.h
|
| index d69672a4de6562c3a387a188cb3ab97451c17477..407905e429d2a3ceca07401bd9b4a492c87d1d23 100644
|
| --- a/core/fpdfapi/page/cpdf_path.h
|
| +++ b/core/fpdfapi/page/cpdf_path.h
|
| @@ -33,7 +33,7 @@ class CPDF_Path {
|
| CFX_FloatRect GetBoundingBox() const;
|
| CFX_FloatRect GetBoundingBox(FX_FLOAT line_width, FX_FLOAT miter_limit) const;
|
|
|
| - FX_BOOL IsRect() const;
|
| + bool IsRect() const;
|
| void Transform(const CFX_Matrix* pMatrix);
|
|
|
| void Append(const CPDF_Path& other, const CFX_Matrix* pMatrix);
|
|
|