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

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

Issue 2511813002: Create CFWL_EvtEditChanged (Closed)
Patch Set: fixed 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 | « BUILD.gn ('k') | xfa/fwl/core/cfwl_evteditchanged.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/core/cfwl_evteditchanged.h
diff --git a/xfa/fwl/core/cfwl_evtpredropdown.h b/xfa/fwl/core/cfwl_evteditchanged.h
similarity index 58%
copy from xfa/fwl/core/cfwl_evtpredropdown.h
copy to xfa/fwl/core/cfwl_evteditchanged.h
index df4d29abe4786a9ec68bf168992d8d211ec826ab..d910f7d6a6a4c1e79a3ef44062f25f762a6b820d 100644
--- a/xfa/fwl/core/cfwl_evtpredropdown.h
+++ b/xfa/fwl/core/cfwl_evteditchanged.h
@@ -4,17 +4,17 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FWL_CORE_CFWL_EVTPREDROPDOWN_H_
-#define XFA_FWL_CORE_CFWL_EVTPREDROPDOWN_H_
+#ifndef XFA_FWL_CORE_CFWL_EVTEDITCHANGED_H_
+#define XFA_FWL_CORE_CFWL_EVTEDITCHANGED_H_
#include "xfa/fwl/core/cfwl_event.h"
-class CFWL_EvtPreDropDown : public CFWL_Event {
+class CFWL_EvtEditChanged : public CFWL_Event {
public:
- CFWL_EvtPreDropDown();
- ~CFWL_EvtPreDropDown() override;
+ CFWL_EvtEditChanged();
+ ~CFWL_EvtEditChanged() override;
CFWL_EventType GetClassID() const override;
};
-#endif // XFA_FWL_CORE_CFWL_EVTPREDROPDOWN_H_
+#endif // XFA_FWL_CORE_CFWL_EVTEDITCHANGED_H_
« no previous file with comments | « BUILD.gn ('k') | xfa/fwl/core/cfwl_evteditchanged.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698