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

Unified Diff: xfa/fwl/core/cfwl_evtmouse.cpp

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_evtmouse.cpp
diff --git a/xfa/fwl/core/cfwl_evtmouse.cpp b/xfa/fwl/core/cfwl_evtmouse.cpp
index c85172b738d98b2e3dca8cc0671b80717c2c1a87..6202944cd8829e3b6cdebea41768bdd5aa453cf1 100644
--- a/xfa/fwl/core/cfwl_evtmouse.cpp
+++ b/xfa/fwl/core/cfwl_evtmouse.cpp
@@ -6,10 +6,6 @@
#include "xfa/fwl/core/cfwl_evtmouse.h"
-CFWL_EvtMouse::CFWL_EvtMouse() {}
+CFWL_EvtMouse::CFWL_EvtMouse() : CFWL_Event(CFWL_EventType::Mouse) {}
CFWL_EvtMouse::~CFWL_EvtMouse() {}
-
-CFWL_EventType CFWL_EvtMouse::GetClassID() const {
- return CFWL_EventType::Mouse;
-}

Powered by Google App Engine
This is Rietveld 408576698