Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: xfa/fwl/core/fwl_noteimp.h

Issue 2488963005: Continue IFWL widget cleanup. (Closed)
Patch Set: Rebase to master Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: xfa/fwl/core/fwl_noteimp.h
diff --git a/xfa/fwl/core/fwl_noteimp.h b/xfa/fwl/core/fwl_noteimp.h
index 0b99dba80c8f00bb8a1771ef80c20f189fce01df..f8f5acbe3774c79e6edf6ba5f53fb04587465541 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;

Powered by Google App Engine
This is Rietveld 408576698