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

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

Issue 2515463002: Move the IFWL_Edit Events out of ifwl_edit.h (Closed)
Patch Set: 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/cfwl_evtvalidate.h ('k') | xfa/fwl/core/ifwl_combobox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/core/cfwl_evtvalidate.cpp
diff --git a/xfa/fwl/core/cfwl_evtkey.cpp b/xfa/fwl/core/cfwl_evtvalidate.cpp
similarity index 53%
copy from xfa/fwl/core/cfwl_evtkey.cpp
copy to xfa/fwl/core/cfwl_evtvalidate.cpp
index 492c42fc9811ee2b9a765d3076bda419f9239a0c..7b795f6ca6a16ce6036f0dd5baa630913400c0ee 100644
--- a/xfa/fwl/core/cfwl_evtkey.cpp
+++ b/xfa/fwl/core/cfwl_evtvalidate.cpp
@@ -4,12 +4,12 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/fwl/core/cfwl_evtkey.h"
+#include "xfa/fwl/core/cfwl_evtvalidate.h"
-CFWL_EvtKey::CFWL_EvtKey() {}
+CFWL_EvtValidate::CFWL_EvtValidate() {}
-CFWL_EvtKey::~CFWL_EvtKey() {}
+CFWL_EvtValidate::~CFWL_EvtValidate() {}
-CFWL_EventType CFWL_EvtKey::GetClassID() const {
- return CFWL_EventType::Key;
+CFWL_EventType CFWL_EvtValidate::GetClassID() const {
+ return CFWL_EventType::Validate;
}
« no previous file with comments | « xfa/fwl/core/cfwl_evtvalidate.h ('k') | xfa/fwl/core/ifwl_combobox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698