diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-04-20 16:11:14 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-04-20 20:29:07 +0000 |
commit | 88008a2be11ccbb5001dc540e96024a9641e4915 (patch) | |
tree | 41805821999d0d1dfba41e180967699865aa28e1 /xfa/fxfa/app/xfa_ffcheckbutton.h | |
parent | 138cc10361b7dca0fa13efb59f24394797e41219 (diff) | |
download | pdfium-88008a2be11ccbb5001dc540e96024a9641e4915.tar.xz |
Cleanup some XFA widget code
This CL cleans up the nits in some of the XFA widget files.
Change-Id: If72e7855a09a22b2ec8ad3ce297b142ce35f71c9
Reviewed-on: https://pdfium-review.googlesource.com/4395
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'xfa/fxfa/app/xfa_ffcheckbutton.h')
-rw-r--r-- | xfa/fxfa/app/xfa_ffcheckbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/app/xfa_ffcheckbutton.h b/xfa/fxfa/app/xfa_ffcheckbutton.h index 75f884144d..d4de7e8023 100644 --- a/xfa/fxfa/app/xfa_ffcheckbutton.h +++ b/xfa/fxfa/app/xfa_ffcheckbutton.h @@ -35,10 +35,10 @@ class CXFA_FFCheckButton : public CXFA_FFField { private: bool CommitData() override; bool IsDataChanged() override; - void CapLeftRightPlacement(CXFA_Margin mgCap); void AddUIMargin(int32_t iCapPlacement); XFA_CHECKSTATE FWLState2XFAState(); + IFWL_WidgetDelegate* m_pOldDelegate; CFX_RectF m_rtCheckBox; }; |