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

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

Issue 2530993002: Cleanup FWL Event and Message code. (Closed)
Patch Set: Review feedback Created 4 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
Index: xfa/fwl/core/cfwl_evttextchanged.cpp
diff --git a/xfa/fwl/core/cfwl_evttextchanged.cpp b/xfa/fwl/core/cfwl_evttextchanged.cpp
index 76718be6a2c1cb3e31639c5216bdd75842a78a5d..d21dd037c163a69eab303f062aa5ff3336ab8fee 100644
--- a/xfa/fwl/core/cfwl_evttextchanged.cpp
+++ b/xfa/fwl/core/cfwl_evttextchanged.cpp
@@ -6,10 +6,7 @@
#include "xfa/fwl/core/cfwl_evttextchanged.h"
-CFWL_EvtTextChanged::CFWL_EvtTextChanged() {}
+CFWL_EvtTextChanged::CFWL_EvtTextChanged(CFWL_Widget* pSrcTarget)
+ : CFWL_Event(CFWL_Event::Type::TextChanged, pSrcTarget) {}
CFWL_EvtTextChanged::~CFWL_EvtTextChanged() {}
-
-CFWL_EventType CFWL_EvtTextChanged::GetClassID() const {
- return CFWL_EventType::TextChanged;
-}

Powered by Google App Engine
This is Rietveld 408576698