| Index: xfa/fwl/core/cfwl_edit.h | 
| diff --git a/xfa/fwl/core/cfwl_edit.h b/xfa/fwl/core/cfwl_edit.h | 
| index a2401c10a03e3d8ef7dc1a1d2e6bfedb14af4af6..30c87e4ed2dcec3a8c66e558234a5b13541a0a73 100644 | 
| --- a/xfa/fwl/core/cfwl_edit.h | 
| +++ b/xfa/fwl/core/cfwl_edit.h | 
| @@ -65,12 +65,11 @@ class CFWL_Edit : 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; | 
| FWL_WidgetHit HitTest(FX_FLOAT fx, FX_FLOAT fy) override; | 
| -  void SetStates(uint32_t dwStates, bool bSet = true) override; | 
| -  void DrawWidget(CFX_Graphics* pGraphics, | 
| -                  const CFX_Matrix* pMatrix = nullptr) override; | 
| +  void SetStates(uint32_t dwStates) override; | 
| +  void DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix) override; | 
| void SetThemeProvider(IFWL_ThemeProvider* pThemeProvider) override; | 
| void OnProcessMessage(CFWL_Message* pMessage) override; | 
| void OnProcessEvent(CFWL_Event* pEvent) override; | 
|  |