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

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

Powered by Google App Engine
This is Rietveld 408576698