Index: xfa/fwl/core/cfwl_checkbox.h |
diff --git a/xfa/fwl/core/cfwl_checkbox.h b/xfa/fwl/core/cfwl_checkbox.h |
index 71497a3fe4ce285f03c2b467dc24a6b1794c552b..ace09e57c9bfdbc8389300eafd7024376f461c40 100644 |
--- a/xfa/fwl/core/cfwl_checkbox.h |
+++ b/xfa/fwl/core/cfwl_checkbox.h |
@@ -55,10 +55,9 @@ class CFWL_CheckBox : public CFWL_Widget { |
// CFWL_Widget |
FWL_Type GetClassID() const override; |
- void GetWidgetRect(CFX_RectF& rect, bool bAutoSize = false) override; |
+ void GetWidgetRect(CFX_RectF& rect, bool bAutoSize) override; |
void Update() override; |
- void DrawWidget(CFX_Graphics* pGraphics, |
- const CFX_Matrix* pMatrix = nullptr) override; |
+ void DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix) override; |
void OnProcessMessage(CFWL_Message* pMessage) override; |
void OnDrawWidget(CFX_Graphics* pGraphics, |