summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/cfwl_pushbutton.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-10-31 09:44:45 -0700
committerCommit bot <commit-bot@chromium.org>2016-10-31 09:44:45 -0700
commit96c7b33510c5d48ef5707326de88b35dcd2e4b45 (patch)
tree197df79ed8b51d3b7778faa570f20d82e5bf8fda /xfa/fwl/core/cfwl_pushbutton.h
parentfea997eb29e08a85038b5fc3b14bcaa35da369e4 (diff)
downloadpdfium-96c7b33510c5d48ef5707326de88b35dcd2e4b45.tar.xz
Remove unused parameter to CFWL_* Initialize methods.
This parameter is always nullptr, removed. Review-Url: https://codereview.chromium.org/2463073002
Diffstat (limited to 'xfa/fwl/core/cfwl_pushbutton.h')
-rw-r--r--xfa/fwl/core/cfwl_pushbutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/cfwl_pushbutton.h b/xfa/fwl/core/cfwl_pushbutton.h
index 44106d3c2c..c20e5539af 100644
--- a/xfa/fwl/core/cfwl_pushbutton.h
+++ b/xfa/fwl/core/cfwl_pushbutton.h
@@ -18,7 +18,7 @@ class CFWL_PushButton : public CFWL_Widget {
IFWL_PushButton* GetWidget() override;
const IFWL_PushButton* GetWidget() const override;
- void Initialize(const CFWL_WidgetProperties* pProperties);
+ void Initialize();
FWL_Error GetCaption(CFX_WideString& wsCaption);
FWL_Error SetCaption(const CFX_WideStringC& wsCaption);