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..e5bd295a8cfce14bb40dd74fba390d75ab40e60e 100644 |
--- a/xfa/fwl/core/cfwl_pushbutton.h |
+++ b/xfa/fwl/core/cfwl_pushbutton.h |
@@ -39,7 +39,6 @@ class CFWL_PushButton : public CFWL_Widget { |
// CFWL_Widget |
FWL_Type GetClassID() const override; |
- void GetWidgetRect(CFX_RectF& rect, bool bAutoSize) override; |
void SetStates(uint32_t dwStates) override; |
void Update() override; |
void DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix) override; |