| Index: core/fpdfdoc/cpdf_iconfit.h
|
| diff --git a/core/fpdfdoc/cpdf_iconfit.h b/core/fpdfdoc/cpdf_iconfit.h
|
| index 1ef023ab5f66d8a1627beb613b4727d725574a38..37df48d43e51d78a9ef5031ed19a4840ef17fae5 100644
|
| --- a/core/fpdfdoc/cpdf_iconfit.h
|
| +++ b/core/fpdfdoc/cpdf_iconfit.h
|
| @@ -18,7 +18,7 @@ class CPDF_IconFit {
|
| explicit CPDF_IconFit(const CPDF_Dictionary* pDict) : m_pDict(pDict) {}
|
|
|
| ScaleMethod GetScaleMethod();
|
| - FX_BOOL IsProportionalScale();
|
| + bool IsProportionalScale();
|
| void GetIconPosition(FX_FLOAT& fLeft, FX_FLOAT& fBottom);
|
| bool GetFittingBounds();
|
| const CPDF_Dictionary* GetDict() const { return m_pDict; }
|
|
|