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

Unified Diff: xfa/fwl/core/cfwl_evtcheckword.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_evtcheckword.h
diff --git a/xfa/fwl/core/cfwl_evtcheckword.h b/xfa/fwl/core/cfwl_evtcheckword.h
index aceb865cf598182b4820e431961cf6196a922de9..dc5629558d88d4b07f5150c3bd09ab527fa77308 100644
--- a/xfa/fwl/core/cfwl_evtcheckword.h
+++ b/xfa/fwl/core/cfwl_evtcheckword.h
@@ -14,8 +14,6 @@ class CFWL_EvtCheckWord : public CFWL_Event {
CFWL_EvtCheckWord();
~CFWL_EvtCheckWord() override;
- CFWL_EventType GetClassID() const override;
-
CFX_ByteString bsWord;
bool bCheckWord;
};

Powered by Google App Engine
This is Rietveld 408576698