diff options
author | dsinclair <dsinclair@chromium.org> | 2016-11-11 16:36:19 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-11 16:36:19 -0800 |
commit | c40697b24550182898b30de639790eaf82ebf158 (patch) | |
tree | 16a475f270e8961dd3c7ebf83c1da767c9d1adbd /xfa/fwl/core/fwl_noteimp.h | |
parent | dc40c40f40ed2415605da32f688091a57f53c9e6 (diff) | |
download | pdfium-c40697b24550182898b30de639790eaf82ebf158.tar.xz |
Continue IFWL widget cleanup.
Remove usunsed methods and FWL_Error returns.
Review-Url: https://codereview.chromium.org/2488963005
Diffstat (limited to 'xfa/fwl/core/fwl_noteimp.h')
-rw-r--r-- | xfa/fwl/core/fwl_noteimp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xfa/fwl/core/fwl_noteimp.h b/xfa/fwl/core/fwl_noteimp.h index 0b99dba80c..f8f5acbe37 100644 --- a/xfa/fwl/core/fwl_noteimp.h +++ b/xfa/fwl/core/fwl_noteimp.h @@ -133,8 +133,7 @@ class CFWL_ToolTipContainer final : public IFWL_ToolTipDP { static void DeleteInstance(); // IFWL_ToolTipDP - FWL_Error GetCaption(IFWL_Widget* pWidget, - CFX_WideString& wsCaption) override; + void GetCaption(IFWL_Widget* pWidget, CFX_WideString& wsCaption) override; int32_t GetInitialDelay(IFWL_Widget* pWidget) override; int32_t GetAutoPopDelay(IFWL_Widget* pWidget) override; CFX_DIBitmap* GetToolTipIcon(IFWL_Widget* pWidget) override; |