Index: xfa/fwl/core/cfwl_monthcalendar.h |
diff --git a/xfa/fwl/core/cfwl_monthcalendar.h b/xfa/fwl/core/cfwl_monthcalendar.h |
index 15912e59c368cba83231bb35de1ad237018c9b73..7586a586f63798c9ecb7daf80b0b79e5ba89ba1b 100644 |
--- a/xfa/fwl/core/cfwl_monthcalendar.h |
+++ b/xfa/fwl/core/cfwl_monthcalendar.h |
@@ -35,7 +35,7 @@ class CFWL_MonthCalendar : public CFWL_Widget { |
// FWL_WidgetImp |
FWL_Type GetClassID() const override; |
- void GetWidgetRect(CFX_RectF& rect, bool bAutoSize) override; |
+ CFX_RectF GetAutosizedWidgetRect() override; |
void Update() override; |
void DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix) override; |
void OnProcessMessage(CFWL_Message* pMessage) override; |