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

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 past part1. 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
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 949738d6d2a026a50f7769434279d8e6949acdef..87b3fcd06ef1cbb8304d1a3c07800828eaf691c5 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;

Powered by Google App Engine
This is Rietveld 408576698