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

Unified Diff: xfa/src/fwl/src/core/include/fwl_formimp.h

Issue 1453473002: FWL refcounts never incremented (part 2). (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Rebased Created 5 years 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 | « xfa/src/fwl/src/core/include/fwl_contentimp.h ('k') | xfa/src/fwl/src/core/include/fwl_gridimp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fwl/src/core/include/fwl_formimp.h
diff --git a/xfa/src/fwl/src/core/include/fwl_formimp.h b/xfa/src/fwl/src/core/include/fwl_formimp.h
index f0e986ecff4ac8063c90be1813b019a87a56fe72..7ac7072f5fb71f0addbc8a21ad85d94fc33339c5 100644
--- a/xfa/src/fwl/src/core/include/fwl_formimp.h
+++ b/xfa/src/fwl/src/core/include/fwl_formimp.h
@@ -67,9 +67,7 @@ typedef struct RestoreResizeInfo {
} RestoreInfo;
class CFWL_FormImp : public CFWL_PanelImp {
public:
- CFWL_FormImp(IFWL_Widget* pOuter = NULL);
- CFWL_FormImp(const CFWL_WidgetImpProperties& properties,
- IFWL_Widget* pOuter = NULL);
+ CFWL_FormImp(const CFWL_WidgetImpProperties& properties, IFWL_Widget* pOuter);
virtual ~CFWL_FormImp();
virtual FWL_ERR GetClassName(CFX_WideString& wsClass) const;
virtual FX_DWORD GetClassID() const;
« no previous file with comments | « xfa/src/fwl/src/core/include/fwl_contentimp.h ('k') | xfa/src/fwl/src/core/include/fwl_gridimp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698