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

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

Issue 2530993002: Cleanup FWL Event and Message code. (Closed)
Patch Set: Review feedback 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_msgmouse.h
diff --git a/xfa/fwl/core/cfwl_msgmouse.h b/xfa/fwl/core/cfwl_msgmouse.h
index 5a4054c024e512577f409fd5d89a2e002a828749..0765cbc500743dc27fe481d0a4af3a3e0ccc4803 100644
--- a/xfa/fwl/core/cfwl_msgmouse.h
+++ b/xfa/fwl/core/cfwl_msgmouse.h
@@ -26,12 +26,11 @@ enum class FWL_MouseCommand {
class CFWL_MsgMouse : public CFWL_Message {
public:
- CFWL_MsgMouse();
+ CFWL_MsgMouse(CFWL_Widget* pSrcTarget, CFWL_Widget* pDstTarget);
~CFWL_MsgMouse() override;
// 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