diff options
author | Lei Zhang <thestig@chromium.org> | 2017-05-31 23:52:00 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-06-01 19:00:20 +0000 |
commit | 7bef7c8bf8691174653bd734de4cf187dcf08648 (patch) | |
tree | 737734240fbe351f37ad7bf9236d4c26d3c3918c /fpdfsdk/pdfwindow/PWL_ComboBox.h | |
parent | f6ca07b3fda40f0c5d5690caad8ac931cb46ccf6 (diff) | |
download | pdfium-7bef7c8bf8691174653bd734de4cf187dcf08648.tar.xz |
Clarify IPWL_Filler_Notify::QueryWherePopup() parameters.
Update implementation and caller, and clean up surrounding code.
Change-Id: I40975f79a5d4f560d6a7ee0d327b2e97241d29bd
Reviewed-on: https://pdfium-review.googlesource.com/6172
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'fpdfsdk/pdfwindow/PWL_ComboBox.h')
-rw-r--r-- | fpdfsdk/pdfwindow/PWL_ComboBox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpdfsdk/pdfwindow/PWL_ComboBox.h b/fpdfsdk/pdfwindow/PWL_ComboBox.h index 27cdb61b1a..9211777656 100644 --- a/fpdfsdk/pdfwindow/PWL_ComboBox.h +++ b/fpdfsdk/pdfwindow/PWL_ComboBox.h @@ -96,9 +96,9 @@ class CPWL_ComboBox : public CPWL_Wnd { CFX_UnownedPtr<CPWL_CBEdit> m_pEdit; CFX_UnownedPtr<CPWL_CBButton> m_pButton; CFX_UnownedPtr<CPWL_CBListBox> m_pList; - bool m_bPopup; CFX_FloatRect m_rcOldWindow; - int32_t m_nPopupWhere; + bool m_bPopup; + bool m_bBottom; int32_t m_nSelectItem; CFX_UnownedPtr<IPWL_Filler_Notify> m_pFillerNotify; CFX_UnownedPtr<CFFL_FormFiller> m_pFormFiller; |