| Index: core/fpdfdoc/include/cpdf_variabletext.h
 | 
| diff --git a/core/fpdfdoc/include/cpdf_variabletext.h b/core/fpdfdoc/include/cpdf_variabletext.h
 | 
| index b73d3df8c1da63ebee9912008cab1dc6010cd182..d653b55d24387cb6e19f1ca22cfe71291542a474 100644
 | 
| --- a/core/fpdfdoc/include/cpdf_variabletext.h
 | 
| +++ b/core/fpdfdoc/include/cpdf_variabletext.h
 | 
| @@ -227,7 +227,7 @@ class CPDF_VariableText : private CPDF_EditContainer {
 | 
|  
 | 
|    CPVT_FloatRect Rearrange(const CPVT_WordRange& PlaceRange);
 | 
|    FX_FLOAT GetAutoFontSize();
 | 
| -  FX_BOOL IsBigger(FX_FLOAT fFontSize);
 | 
| +  bool IsBigger(FX_FLOAT fFontSize) const;
 | 
|    CPVT_FloatRect RearrangeSections(const CPVT_WordRange& PlaceRange);
 | 
|  
 | 
|    void ResetSectionArray();
 | 
| 
 |