Index: xfa/fxfa/parser/cxfa_fill.h |
diff --git a/xfa/fxfa/parser/cxfa_fill.h b/xfa/fxfa/parser/cxfa_fill.h |
index 2a5f673aa0b732ccd5f1f8e6cedea652316230e1..4b13565765006db6856948bea5f6fe32e21be712 100644 |
--- a/xfa/fxfa/parser/cxfa_fill.h |
+++ b/xfa/fxfa/parser/cxfa_fill.h |
@@ -19,7 +19,7 @@ class CXFA_Fill : public CXFA_Data { |
~CXFA_Fill(); |
int32_t GetPresence(); |
- FX_ARGB GetColor(FX_BOOL bText = FALSE); |
+ FX_ARGB GetColor(bool bText = false); |
XFA_Element GetFillType(); |
int32_t GetPattern(FX_ARGB& foreColor); |
int32_t GetStipple(FX_ARGB& stippleColor); |