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

Unified Diff: xfa/fwl/core/cfwl_evtvalidate.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_evtvalidate.h
diff --git a/xfa/fwl/core/cfwl_evtvalidate.h b/xfa/fwl/core/cfwl_evtvalidate.h
index fae20b845b37f036f0059dcf48e0db264398d618..b659e4166f93dd0f4e017fab9a70923add204f7d 100644
--- a/xfa/fwl/core/cfwl_evtvalidate.h
+++ b/xfa/fwl/core/cfwl_evtvalidate.h
@@ -14,9 +14,6 @@ class CFWL_EvtValidate : public CFWL_Event {
CFWL_EvtValidate();
~CFWL_EvtValidate() override;
- CFWL_EventType GetClassID() const override;
-
- CFWL_Widget* pDstWidget;
CFX_WideString wsInsert;
bool bValidate;
};

Powered by Google App Engine
This is Rietveld 408576698