Index: xfa/fde/fde_visualset.h |
diff --git a/xfa/fde/fde_visualset.h b/xfa/fde/fde_visualset.h |
index 103e7258ca970e811ff805c733523726f739d742..58ac4b99e48962891c31bbb2e73e891c2645ddba 100644 |
--- a/xfa/fde/fde_visualset.h |
+++ b/xfa/fde/fde_visualset.h |
@@ -53,11 +53,11 @@ class IFDE_TextSet : public IFDE_VisualSet { |
virtual FX_ARGB GetFontColor() = 0; |
virtual int32_t GetDisplayPos(FDE_TEXTEDITPIECE* hText, |
FXTEXT_CHARPOS* pCharPos, |
- FX_BOOL bCharCode = FALSE, |
+ bool bCharCode = false, |
CFX_WideString* pWSForms = nullptr) = 0; |
virtual int32_t GetCharRects(const FDE_TEXTEDITPIECE* hText, |
CFX_RectFArray& rtArray, |
- FX_BOOL bbox) = 0; |
+ bool bbox) = 0; |
}; |
#endif // XFA_FDE_FDE_VISUALSET_H_ |