diff options
author | Henrique Nakashima <hnakashima@chromium.org> | 2018-05-11 20:45:26 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-05-11 20:45:26 +0000 |
commit | 9201cec90704612c05ad4a850b7a70c277c415aa (patch) | |
tree | 762b0fdd5f421cc0454b5928273cfcdfd4394139 /xfa/fwl/cfwl_datetimeedit.h | |
parent | 466bd4f4e0cb2bc2a7b3626948609268c52c4690 (diff) | |
download | pdfium-9201cec90704612c05ad4a850b7a70c277c415aa.tar.xz |
Inline Disform_* methods.
The non-Disform versions are gone, so inline the Disform_ versions
to reduce indirection.
Change-Id: Icf261795e5df6e5015055ec64f3dcdba56789a07
Reviewed-on: https://pdfium-review.googlesource.com/32373
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'xfa/fwl/cfwl_datetimeedit.h')
-rw-r--r-- | xfa/fwl/cfwl_datetimeedit.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xfa/fwl/cfwl_datetimeedit.h b/xfa/fwl/cfwl_datetimeedit.h index 923ad05c90..dcbebd2027 100644 --- a/xfa/fwl/cfwl_datetimeedit.h +++ b/xfa/fwl/cfwl_datetimeedit.h @@ -21,9 +21,6 @@ class CFWL_DateTimeEdit : public CFWL_Edit { // CFWL_Edit. void OnProcessMessage(CFWL_Message* pMessage) override; - - private: - void DisForm_OnProcessMessage(CFWL_Message* pMessage); }; #endif // XFA_FWL_CFWL_DATETIMEEDIT_H_ |