summaryrefslogtreecommitdiff
path: root/xfa/fxfa/cxfa_fffield.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-08-16 21:22:42 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-08-16 21:22:42 +0000
commitaa5769a417251214d1a8b3ebb5153a9251f50448 (patch)
tree683409eb8a036de68e0934ef540ee7baf2e41620 /xfa/fxfa/cxfa_fffield.h
parentdf4e68c5eb293c9929c7d66e59d08afc21b04c86 (diff)
downloadpdfium-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_fffield.h')
-rw-r--r--xfa/fxfa/cxfa_fffield.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_fffield.h b/xfa/fxfa/cxfa_fffield.h
index 5b3251145b..262231c797 100644
--- a/xfa/fxfa/cxfa_fffield.h
+++ b/xfa/fxfa/cxfa_fffield.h
@@ -25,7 +25,7 @@ class CXFA_FFField : public CXFA_FFWidget, public IFWL_WidgetDelegate {
~CXFA_FFField() override;
// CXFA_FFWidget
- CFX_RectF GetBBox(uint32_t dwStatus, bool bDrawFocus = false) override;
+ CFX_RectF GetBBox(uint32_t dwStatus, FocusOption focus) override;
void RenderWidget(CXFA_Graphics* pGS,
const CFX_Matrix& matrix,
uint32_t dwStatus) override;