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

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

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.h
diff --git a/xfa/fwl/core/cfwl_evttextchanged.h b/xfa/fwl/core/cfwl_evttextchanged.h
index 69d28bb4a659e68c3e4d13fab85e48679d6965a5..a2d0761f8002c54413589f64dcaea0040e47faf0 100644
--- a/xfa/fwl/core/cfwl_evttextchanged.h
+++ b/xfa/fwl/core/cfwl_evttextchanged.h
@@ -11,14 +11,9 @@
class CFWL_EvtTextChanged : public CFWL_Event {
public:
- CFWL_EvtTextChanged();
+ explicit CFWL_EvtTextChanged(CFWL_Widget* pSrcTarget);
~CFWL_EvtTextChanged() override;
- CFWL_EventType GetClassID() const override;
-
- int32_t nChangeType;
- CFX_WideString wsInsert;
- CFX_WideString wsDelete;
CFX_WideString wsPrevText;
};

Powered by Google App Engine
This is Rietveld 408576698