Index: xfa/fwl/core/cfwl_monthcalendar.h |
diff --git a/xfa/fwl/core/cfwl_monthcalendar.h b/xfa/fwl/core/cfwl_monthcalendar.h |
index 6c004aa236f633ff70a0d85cccd0bf7f3963a79f..1a983abdfbf0097bb7c91ae3ff3c7176ce225585 100644 |
--- a/xfa/fwl/core/cfwl_monthcalendar.h |
+++ b/xfa/fwl/core/cfwl_monthcalendar.h |
@@ -35,10 +35,9 @@ class CFWL_MonthCalendar : public CFWL_Widget { |
// FWL_WidgetImp |
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, |
const CFX_Matrix* pMatrix) override; |