diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-04-24 16:26:11 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-04-24 20:50:12 +0000 |
commit | ed991c7d9d5bede7e3bb93ff6571512d875716dd (patch) | |
tree | f59ba63435f5c83db25c12c49ce798c274ee2608 /xfa/fxfa/app/xfa_ffpushbutton.h | |
parent | 302cd78d00c280cb212a5934a7a8293851e9650c (diff) | |
download | pdfium-ed991c7d9d5bede7e3bb93ff6571512d875716dd.tar.xz |
Nit cleanup in XFA widget code
This Cl cleans up nits in the remaining XFA widget code.
Change-Id: I10f33ee2ab0ebdb06aeee582a04188fbd7a8bf9e
Reviewed-on: https://pdfium-review.googlesource.com/4472
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/app/xfa_ffpushbutton.h')
-rw-r--r-- | xfa/fxfa/app/xfa_ffpushbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/app/xfa_ffpushbutton.h b/xfa/fxfa/app/xfa_ffpushbutton.h index d2f5746fe9..3695fc4e1b 100644 --- a/xfa/fxfa/app/xfa_ffpushbutton.h +++ b/xfa/fxfa/app/xfa_ffpushbutton.h @@ -39,7 +39,7 @@ class CXFA_FFPushButton : public CXFA_FFField { private: void LoadHighlightCaption(); void LayoutHighlightCaption(); - void RenderHighlightCaption(CFX_Graphics* pGS, CFX_Matrix* pMatrix = nullptr); + void RenderHighlightCaption(CFX_Graphics* pGS, CFX_Matrix* pMatrix); float GetLineWidth(); FX_ARGB GetLineColor(); FX_ARGB GetFillColor(); |