| Index: xfa/fwl/core/cfwl_pushbutton.h
|
| diff --git a/xfa/fwl/core/cfwl_pushbutton.h b/xfa/fwl/core/cfwl_pushbutton.h
|
| index 68f2278258cb01afc1d6982363a5a8f92c071d58..f84f747f7c38723ac0f6ca83b4d1c4c73f5cd3d0 100644
|
| --- a/xfa/fwl/core/cfwl_pushbutton.h
|
| +++ b/xfa/fwl/core/cfwl_pushbutton.h
|
| @@ -39,7 +39,7 @@ class CFWL_PushButton : public CFWL_Widget {
|
|
|
| // CFWL_Widget
|
| FWL_Type GetClassID() const override;
|
| - void GetWidgetRect(CFX_RectF& rect, bool bAutoSize) override;
|
| + CFX_RectF GetWidgetRect(bool bAutoSize) override;
|
| void SetStates(uint32_t dwStates) override;
|
| void Update() override;
|
| void DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix) override;
|
|
|