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

Unified Diff: xfa/src/fwl/src/basewidget/include/fwl_formproxyimp.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
Index: xfa/src/fwl/src/basewidget/include/fwl_formproxyimp.h
diff --git a/xfa/src/fwl/src/basewidget/include/fwl_formproxyimp.h b/xfa/src/fwl/src/basewidget/include/fwl_formproxyimp.h
index d196917ad6ae8796ef84418df30cec666ccba184..6e1ac8e27239d89264349cdf2071d72505f2ce22 100644
--- a/xfa/src/fwl/src/basewidget/include/fwl_formproxyimp.h
+++ b/xfa/src/fwl/src/basewidget/include/fwl_formproxyimp.h
@@ -14,7 +14,6 @@ class CFWL_FormProxyImp;
class CFWL_FormProxyImpDelegate;
class CFWL_FormProxyImp : public CFWL_FormImp {
public:
- CFWL_FormProxyImp(IFWL_Widget* pOuter);
CFWL_FormProxyImp(const CFWL_WidgetImpProperties& properties,
IFWL_Widget* pOuter);
~CFWL_FormProxyImp();
« no previous file with comments | « xfa/src/fwl/src/basewidget/include/fwl_editimp.h ('k') | xfa/src/fwl/src/basewidget/include/fwl_listboximp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698