summaryrefslogtreecommitdiff
path: root/xfa/fwl/cfwl_timerinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/cfwl_timerinfo.cpp')
-rw-r--r--xfa/fwl/cfwl_timerinfo.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/xfa/fwl/cfwl_timerinfo.cpp b/xfa/fwl/cfwl_timerinfo.cpp
index 8c7aaebbbb..ee4746af3f 100644
--- a/xfa/fwl/cfwl_timerinfo.cpp
+++ b/xfa/fwl/cfwl_timerinfo.cpp
@@ -8,6 +8,12 @@
#include "xfa/fwl/ifwl_adaptertimermgr.h"
+CFWL_TimerInfo::CFWL_TimerInfo(IFWL_AdapterTimerMgr* mgr) : m_pMgr(mgr) {
+ ASSERT(mgr);
+}
+
+CFWL_TimerInfo::~CFWL_TimerInfo() {}
+
void CFWL_TimerInfo::StopTimer() {
m_pMgr->Stop(this);
}