| Index: xfa/fxfa/parser/cxfa_font.h | 
| diff --git a/xfa/fxfa/parser/cxfa_font.h b/xfa/fxfa/parser/cxfa_font.h | 
| index 0151dfbe5f47a5cee0e0c8369b5f5bf463171ec0..0342f68b278c9ffbade78095e710b91da48e579a 100644 | 
| --- a/xfa/fxfa/parser/cxfa_font.h | 
| +++ b/xfa/fxfa/parser/cxfa_font.h | 
| @@ -26,8 +26,8 @@ class CXFA_Font : public CXFA_Data { | 
| FX_FLOAT GetFontSize(); | 
| void GetTypeface(CFX_WideStringC& wsTypeFace); | 
|  | 
| -  FX_BOOL IsBold(); | 
| -  FX_BOOL IsItalic(); | 
| +  bool IsBold(); | 
| +  bool IsItalic(); | 
|  | 
| FX_ARGB GetColor(); | 
| void SetColor(FX_ARGB color); | 
|  |