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

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

Issue 2530993002: Cleanup FWL Event and Message code. (Closed)
Patch Set: Cleanup 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..e467a493187d2c3d847a7c8601375ef320daa055 100644
--- a/xfa/fwl/core/cfwl_evttextchanged.h
+++ b/xfa/fwl/core/cfwl_evttextchanged.h
@@ -14,11 +14,6 @@ class CFWL_EvtTextChanged : public CFWL_Event {
CFWL_EvtTextChanged();
~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