summaryrefslogtreecommitdiff
path: root/xfa/fwl/cfwl_datetimepicker.h
diff options
context:
space:
mode:
authorHenrique Nakashima <hnakashima@chromium.org>2018-03-08 18:09:49 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-03-08 18:09:49 +0000
commita724cb2df9f7b766174ac578cd4d435596898cc1 (patch)
tree31af95a1bad460b72e2ce8e1a5922709494e12e9 /xfa/fwl/cfwl_datetimepicker.h
parent403d1ad40b3bc8a96a28fc211fff2c106f590ed8 (diff)
downloadpdfium-a724cb2df9f7b766174ac578cd4d435596898cc1.tar.xz
Move GetPopupPos from CFWL_Widget to subclasses that call it.
Change-Id: I27118d2c8d0d7e4509b6a89cd32a7c9c906d19bc Reviewed-on: https://pdfium-review.googlesource.com/28270 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fwl/cfwl_datetimepicker.h')
-rw-r--r--xfa/fwl/cfwl_datetimepicker.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xfa/fwl/cfwl_datetimepicker.h b/xfa/fwl/cfwl_datetimepicker.h
index 6d536016dd..d20df084be 100644
--- a/xfa/fwl/cfwl_datetimepicker.h
+++ b/xfa/fwl/cfwl_datetimepicker.h
@@ -75,6 +75,10 @@ class CFWL_DateTimePicker : public CFWL_Widget {
WideString FormatDateString(int32_t iYear, int32_t iMonth, int32_t iDay);
void ResetEditAlignment();
void InitProxyForm();
+ void GetPopupPos(float fMinHeight,
+ float fMaxHeight,
+ const CFX_RectF& rtAnchor,
+ CFX_RectF& rtPopup);
void OnFocusChanged(CFWL_Message* pMsg, bool bSet);
void OnLButtonDown(CFWL_MessageMouse* pMsg);
void OnLButtonUp(CFWL_MessageMouse* pMsg);