diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-08-16 21:22:42 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-08-16 21:22:42 +0000 |
commit | aa5769a417251214d1a8b3ebb5153a9251f50448 (patch) | |
tree | 683409eb8a036de68e0934ef540ee7baf2e41620 /xfa/fxfa/cxfa_ffcombobox.h | |
parent | df4e68c5eb293c9929c7d66e59d08afc21b04c86 (diff) | |
download | pdfium-aa5769a417251214d1a8b3ebb5153a9251f50448.tar.xz |
Replace optional bool bDrawFocus with enum type.
Change-Id: Ide4a972337afaf346e46edc4ede48140cd4544c1
Reviewed-on: https://pdfium-review.googlesource.com/40390
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'xfa/fxfa/cxfa_ffcombobox.h')
-rw-r--r-- | xfa/fxfa/cxfa_ffcombobox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_ffcombobox.h b/xfa/fxfa/cxfa_ffcombobox.h index d1c710bcc9..ed68df0358 100644 --- a/xfa/fxfa/cxfa_ffcombobox.h +++ b/xfa/fxfa/cxfa_ffcombobox.h @@ -18,7 +18,7 @@ class CXFA_FFComboBox : public CXFA_FFDropDown { ~CXFA_FFComboBox() override; // CXFA_FFField - CFX_RectF GetBBox(uint32_t dwStatus, bool bDrawFocus = false) override; + CFX_RectF GetBBox(uint32_t dwStatus, FocusOption focus) override; bool LoadWidget() override; void UpdateWidgetProperty() override; bool OnRButtonUp(uint32_t dwFlags, const CFX_PointF& point) override; |