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

Unified Diff: xfa/fwl/core/cfwl_msgmouse.h

Issue 2530993002: Cleanup FWL Event and Message code. (Closed)
Patch Set: Created 4 years, 1 month 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_msgmouse.h
diff --git a/xfa/fwl/core/cfwl_msgmouse.h b/xfa/fwl/core/cfwl_msgmouse.h
index 5a4054c024e512577f409fd5d89a2e002a828749..3df5a03b04fa8a7769cae5bbde4b3bd45cf59394 100644
--- a/xfa/fwl/core/cfwl_msgmouse.h
+++ b/xfa/fwl/core/cfwl_msgmouse.h
@@ -31,7 +31,6 @@ class CFWL_MsgMouse : public CFWL_Message {
// CFWL_Message
std::unique_ptr<CFWL_Message> Clone() override;
- CFWL_MessageType GetClassID() const override;
FX_FLOAT m_fx;
FX_FLOAT m_fy;

Powered by Google App Engine
This is Rietveld 408576698