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

Unified Diff: xfa/fwl/core/ifwl_timerinfo.cpp

Issue 2506253004: Split fwl/core class pt I. (Closed)
Patch Set: Rebase to master Created 4 years, 1 month 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/fwl/core/ifwl_timerinfo.h ('k') | xfa/fwl/core/ifwl_tooltip.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/core/ifwl_timerinfo.cpp
diff --git a/xfa/fwl/core/cfwl_evtkey.cpp b/xfa/fwl/core/ifwl_timerinfo.cpp
similarity index 57%
copy from xfa/fwl/core/cfwl_evtkey.cpp
copy to xfa/fwl/core/ifwl_timerinfo.cpp
index 492c42fc9811ee2b9a765d3076bda419f9239a0c..a130eea453e299d61f99abeaaf0929b36a7955bb 100644
--- a/xfa/fwl/core/cfwl_evtkey.cpp
+++ b/xfa/fwl/core/ifwl_timerinfo.cpp
@@ -4,12 +4,10 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/fwl/core/cfwl_evtkey.h"
+#include "xfa/fwl/core/ifwl_timerinfo.h"
-CFWL_EvtKey::CFWL_EvtKey() {}
+#include "xfa/fwl/core/ifwl_adaptertimermgr.h"
-CFWL_EvtKey::~CFWL_EvtKey() {}
-
-CFWL_EventType CFWL_EvtKey::GetClassID() const {
- return CFWL_EventType::Key;
+void IFWL_TimerInfo::StopTimer() {
+ m_pMgr->Stop(this);
}
« no previous file with comments | « xfa/fwl/core/ifwl_timerinfo.h ('k') | xfa/fwl/core/ifwl_tooltip.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698