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

Unified Diff: xfa/fwl/core/cfwl_evtmouse.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_evtmouse.h
diff --git a/xfa/fwl/core/cfwl_evtmouse.h b/xfa/fwl/core/cfwl_evtmouse.h
index 386301ea5e60458a9e7244d57f159eb724951134..c54bf64afb7ba82b3ede3b4fc264739f91a7887b 100644
--- a/xfa/fwl/core/cfwl_evtmouse.h
+++ b/xfa/fwl/core/cfwl_evtmouse.h
@@ -14,11 +14,6 @@ class CFWL_EvtMouse : public CFWL_Event {
CFWL_EvtMouse();
~CFWL_EvtMouse() override;
- CFWL_EventType GetClassID() const override;
-
- FX_FLOAT m_fx;
- FX_FLOAT m_fy;
- uint32_t m_dwFlags;
FWL_MouseCommand m_dwCmd;
};

Powered by Google App Engine
This is Rietveld 408576698