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

Unified Diff: xfa/src/fwl/src/basewidget/fwl_monthcalendarimp.cpp

Issue 1509203002: FWL refcounts never incremented (part 1) (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: protected 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/basewidget/fwl_listboximp.cpp ('k') | xfa/src/fwl/src/basewidget/fwl_pictureboximp.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fwl/src/basewidget/fwl_monthcalendarimp.cpp
diff --git a/xfa/src/fwl/src/basewidget/fwl_monthcalendarimp.cpp b/xfa/src/fwl/src/basewidget/fwl_monthcalendarimp.cpp
index e7f773e4ca9def55e8a8ec1329607c5eb0f1551d..624ce45bdea7ad7dfda5ada38897f29adf1ebf8e 100644
--- a/xfa/src/fwl/src/basewidget/fwl_monthcalendarimp.cpp
+++ b/xfa/src/fwl/src/basewidget/fwl_monthcalendarimp.cpp
@@ -17,9 +17,6 @@
#define MONTHCAL_COLUMNS 7
#define MONTHCAL_HEADER_BTN_VMARGIN 7
#define MONTHCAL_HEADER_BTN_HMARGIN 5
-IFWL_MonthCalendar* IFWL_MonthCalendar::Create() {
- return new IFWL_MonthCalendar;
-}
IFWL_MonthCalendar::IFWL_MonthCalendar() {
}
FWL_ERR IFWL_MonthCalendar::Initialize(
« no previous file with comments | « xfa/src/fwl/src/basewidget/fwl_listboximp.cpp ('k') | xfa/src/fwl/src/basewidget/fwl_pictureboximp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698