diff options
author | thestig <thestig@chromium.org> | 2016-06-08 06:11:20 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-06-08 06:11:20 -0700 |
commit | d3be111cac2bb20e1917b3fae2102e742bb7efdb (patch) | |
tree | d985aa96a5aaaf356d32f28bbcb0cc6b470d4b05 /xfa/fxfa/app | |
parent | a431e238ee42025cce44c3a76dd07c470d7f51ec (diff) | |
download | pdfium-d3be111cac2bb20e1917b3fae2102e742bb7efdb.tar.xz |
Fix GetPageIndex() for dynamic XFA documents.
BUG=614211
Review-Url: https://codereview.chromium.org/2045013004
Diffstat (limited to 'xfa/fxfa/app')
-rw-r--r-- | xfa/fxfa/app/xfa_ffpageview.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xfa/fxfa/app/xfa_ffpageview.cpp b/xfa/fxfa/app/xfa_ffpageview.cpp index 16461eb07c..bb277f46f0 100644 --- a/xfa/fxfa/app/xfa_ffpageview.cpp +++ b/xfa/fxfa/app/xfa_ffpageview.cpp @@ -102,10 +102,6 @@ CXFA_FFDocView* CXFA_FFPageView::GetDocView() const { return m_pDocView; } -int32_t CXFA_FFPageView::GetPageViewIndex() const { - return GetPageIndex(); -} - void CXFA_FFPageView::GetPageViewRect(CFX_RectF& rtPage) const { CFX_SizeF sz; GetPageSize(sz); |