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

Unified Diff: xfa/src/fwl/src/core/include/fwl_widgetimp.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_panelimp.h ('k') | xfa/src/fwl/src/lightwidget/barcode.cpp » ('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_widgetimp.h
diff --git a/xfa/src/fwl/src/core/include/fwl_widgetimp.h b/xfa/src/fwl/src/core/include/fwl_widgetimp.h
index 109e575914aef7a4e50a2460733194bcb56a4726..bc6ea5f988b80007db573e502458109c4dc35b58 100644
--- a/xfa/src/fwl/src/core/include/fwl_widgetimp.h
+++ b/xfa/src/fwl/src/core/include/fwl_widgetimp.h
@@ -66,9 +66,8 @@ class CFWL_WidgetImp : public CFWL_TargetImp {
CFX_SizeF GetOffsetFromParent(IFWL_Widget* pParent);
protected:
- CFWL_WidgetImp(IFWL_Widget* pOuter = NULL);
CFWL_WidgetImp(const CFWL_WidgetImpProperties& properties,
- IFWL_Widget* pOuter = NULL);
+ IFWL_Widget* pOuter);
virtual ~CFWL_WidgetImp();
FX_BOOL IsEnabled() const;
FX_BOOL IsVisible() const;
« no previous file with comments | « xfa/src/fwl/src/core/include/fwl_panelimp.h ('k') | xfa/src/fwl/src/lightwidget/barcode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698