Index: xfa/fwl/core/cfwl_evttextfull.cpp |
diff --git a/xfa/fwl/core/cfwl_evtkey.cpp b/xfa/fwl/core/cfwl_evttextfull.cpp |
similarity index 53% |
copy from xfa/fwl/core/cfwl_evtkey.cpp |
copy to xfa/fwl/core/cfwl_evttextfull.cpp |
index 492c42fc9811ee2b9a765d3076bda419f9239a0c..4762f24755ea8325b9e9d1f565ecba069f570c4a 100644 |
--- a/xfa/fwl/core/cfwl_evtkey.cpp |
+++ b/xfa/fwl/core/cfwl_evttextfull.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_evttextfull.h" |
-CFWL_EvtKey::CFWL_EvtKey() {} |
+CFWL_EvtTextFull::CFWL_EvtTextFull() {} |
-CFWL_EvtKey::~CFWL_EvtKey() {} |
+CFWL_EvtTextFull::~CFWL_EvtTextFull() {} |
-CFWL_EventType CFWL_EvtKey::GetClassID() const { |
- return CFWL_EventType::Key; |
+CFWL_EventType CFWL_EvtTextFull::GetClassID() const { |
+ return CFWL_EventType::TextFull; |
} |