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

Unified Diff: xfa/fwl/core/cfwl_msgkey.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_msgkey.h
diff --git a/xfa/fwl/core/cfwl_msgkey.h b/xfa/fwl/core/cfwl_msgkey.h
index c7cd74315c4697dfd01c1737ac3413ff689f15aa..36089ea43e10c8da22218580c9329dc77ac09831 100644
--- a/xfa/fwl/core/cfwl_msgkey.h
+++ b/xfa/fwl/core/cfwl_msgkey.h
@@ -15,12 +15,11 @@ enum class FWL_KeyCommand { KeyDown, KeyUp, Char };
class CFWL_MsgKey : public CFWL_Message {
public:
- CFWL_MsgKey();
+ CFWL_MsgKey(CFWL_Widget* pSrcTarget, CFWL_Widget* pDstTarget);
~CFWL_MsgKey() override;
// CFWL_Message
std::unique_ptr<CFWL_Message> Clone() override;
- CFWL_MessageType GetClassID() const override;
uint32_t m_dwKeyCode;
uint32_t m_dwFlags;

Powered by Google App Engine
This is Rietveld 408576698