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

Unified Diff: xfa/fwl/core/cfwl_evtselectchanged.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_evtselectchanged.h
diff --git a/xfa/fwl/core/cfwl_evtselectchanged.h b/xfa/fwl/core/cfwl_evtselectchanged.h
index f01b2aac6a01441be49737853ffa252c122b18c0..94381c70633a1eb624c1e64739cdbece9c8b6b82 100644
--- a/xfa/fwl/core/cfwl_evtselectchanged.h
+++ b/xfa/fwl/core/cfwl_evtselectchanged.h
@@ -11,11 +11,9 @@
class CFWL_EvtSelectChanged : public CFWL_Event {
public:
- CFWL_EvtSelectChanged();
+ explicit CFWL_EvtSelectChanged(CFWL_Widget* pSrcTarget);
~CFWL_EvtSelectChanged() override;
- CFWL_EventType GetClassID() const override;
-
// Used by ComboBox.
bool bLButtonUp;

Powered by Google App Engine
This is Rietveld 408576698