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

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

Issue 2436103002: Remove FWL globals. (Closed)
Patch Set: fix mac Created 4 years, 2 months 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/ifwl_combolist.h
diff --git a/xfa/fwl/core/ifwl_combolist.h b/xfa/fwl/core/ifwl_combolist.h
index d88a5956c29ec91141b3ea78289788301e36183b..eaa03e36d4808ed51ab4b80699e7d4c6444380e3 100644
--- a/xfa/fwl/core/ifwl_combolist.h
+++ b/xfa/fwl/core/ifwl_combolist.h
@@ -13,11 +13,12 @@
class IFWL_ComboList : public IFWL_ListBox {
public:
- IFWL_ComboList(const CFWL_WidgetImpProperties& properties,
+ IFWL_ComboList(const IFWL_App* app,
+ const CFWL_WidgetImpProperties& properties,
IFWL_Widget* pOuter);
// IFWL_Widget
- FWL_Error Initialize() override;
+ void Initialize() override;
void Finalize() override;
int32_t MatchItem(const CFX_WideString& wsMatch);

Powered by Google App Engine
This is Rietveld 408576698