summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_checkbox.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-11-16 08:44:31 -0800
committerCommit bot <commit-bot@chromium.org>2016-11-16 08:44:31 -0800
commitd4f24c79c8b67401bdb1326c03083853326f7554 (patch)
tree6725841e42e304ce2c35614267ab1873d81949a9 /xfa/fwl/core/ifwl_checkbox.h
parent92549cd7502296328aecef23dab6d7fc0e847645 (diff)
downloadpdfium-d4f24c79c8b67401bdb1326c03083853326f7554.tar.xz
Continue fwl/core nit cleanup.
Review-Url: https://codereview.chromium.org/2501033005
Diffstat (limited to 'xfa/fwl/core/ifwl_checkbox.h')
-rw-r--r--xfa/fwl/core/ifwl_checkbox.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/xfa/fwl/core/ifwl_checkbox.h b/xfa/fwl/core/ifwl_checkbox.h
index 06e8f703af..0b38e777b8 100644
--- a/xfa/fwl/core/ifwl_checkbox.h
+++ b/xfa/fwl/core/ifwl_checkbox.h
@@ -74,14 +74,14 @@ class IFWL_CheckBox : public IFWL_Widget {
private:
void SetCheckState(int32_t iCheck);
void Layout();
- uint32_t GetPartStates();
+ uint32_t GetPartStates() const;
void UpdateTextOutStyles();
void NextStates();
- void OnFocusChanged(CFWL_Message* pMsg, bool bSet);
- void OnLButtonDown(CFWL_MsgMouse* pMsg);
+ void OnFocusChanged(bool bSet);
+ void OnLButtonDown();
void OnLButtonUp(CFWL_MsgMouse* pMsg);
void OnMouseMove(CFWL_MsgMouse* pMsg);
- void OnMouseLeave(CFWL_MsgMouse* pMsg);
+ void OnMouseLeave();
void OnKeyDown(CFWL_MsgKey* pMsg);
CFX_RectF m_rtClient;