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

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

Issue 2436103002: Remove FWL globals. (Closed)
Patch Set: Review feedback 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
« no previous file with comments | « fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp ('k') | xfa/fwl/core/cfwl_barcode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/core/cfwl_barcode.h
diff --git a/xfa/fwl/core/cfwl_barcode.h b/xfa/fwl/core/cfwl_barcode.h
index aa6f8fccf454c7e9d1be68daa10a59f832787664..c2bf38ad405c61dc7e23873f85818d2bd155e1f7 100644
--- a/xfa/fwl/core/cfwl_barcode.h
+++ b/xfa/fwl/core/cfwl_barcode.h
@@ -16,13 +16,14 @@ class CFWL_WidgetProperties;
class CFWL_Barcode : public CFWL_Edit {
public:
- CFWL_Barcode();
+ CFWL_Barcode(const IFWL_App*);
~CFWL_Barcode() override;
IFWL_Barcode* GetWidget() override;
const IFWL_Barcode* GetWidget() const override;
- FWL_Error Initialize(const CFWL_WidgetProperties* pProperties = nullptr);
+ void Initialize(const CFWL_WidgetProperties* pProperties);
+
void SetType(BC_TYPE type);
FX_BOOL IsProtectedType();
« no previous file with comments | « fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp ('k') | xfa/fwl/core/cfwl_barcode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698