Index: xfa/fwl/core/cfwl_msgsetfocus.h |
diff --git a/xfa/fwl/core/cfwl_msgsetfocus.h b/xfa/fwl/core/cfwl_msgsetfocus.h |
index 42f14ede77cb96d22c9abaa5c8967dc0e2dab0c7..628f7a6d6673f711971fde56b0e9c396b926b527 100644 |
--- a/xfa/fwl/core/cfwl_msgsetfocus.h |
+++ b/xfa/fwl/core/cfwl_msgsetfocus.h |
@@ -13,14 +13,11 @@ |
class CFWL_MsgSetFocus : public CFWL_Message { |
public: |
- CFWL_MsgSetFocus(); |
+ CFWL_MsgSetFocus(CFWL_Widget* pSrcTarget, CFWL_Widget* pDstTarget); |
~CFWL_MsgSetFocus() override; |
// CFWL_Message |
std::unique_ptr<CFWL_Message> Clone() override; |
- CFWL_MessageType GetClassID() const override; |
- |
- CFWL_Widget* m_pKillFocus; |
}; |
#endif // XFA_FWL_CORE_CFWL_MSGSETFOCUS_H_ |