diff options
author | Henrique Nakashima <hnakashima@chromium.org> | 2018-05-11 20:45:26 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-05-11 20:45:26 +0000 |
commit | 9201cec90704612c05ad4a850b7a70c277c415aa (patch) | |
tree | 762b0fdd5f421cc0454b5928273cfcdfd4394139 /xfa/fwl/cfwl_monthcalendar.h | |
parent | 466bd4f4e0cb2bc2a7b3626948609268c52c4690 (diff) | |
download | pdfium-9201cec90704612c05ad4a850b7a70c277c415aa.tar.xz |
Inline Disform_* methods.
The non-Disform versions are gone, so inline the Disform_ versions
to reduce indirection.
Change-Id: Icf261795e5df6e5015055ec64f3dcdba56789a07
Reviewed-on: https://pdfium-review.googlesource.com/32373
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'xfa/fwl/cfwl_monthcalendar.h')
-rw-r--r-- | xfa/fwl/cfwl_monthcalendar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_monthcalendar.h b/xfa/fwl/cfwl_monthcalendar.h index 7b68600bbc..3f1ea207fd 100644 --- a/xfa/fwl/cfwl_monthcalendar.h +++ b/xfa/fwl/cfwl_monthcalendar.h @@ -146,7 +146,6 @@ class CFWL_MonthCalendar : public CFWL_Widget { CFX_RectF GetDayRect(int32_t iDay); void OnLButtonDown(CFWL_MessageMouse* pMsg); void OnLButtonUp(CFWL_MessageMouse* pMsg); - void DisForm_OnLButtonUp(CFWL_MessageMouse* pMsg); void OnMouseMove(CFWL_MessageMouse* pMsg); void OnMouseLeave(CFWL_MessageMouse* pMsg); |