Chromium Code Reviews| Index: xfa/fxfa/app/xfa_ffpageview.cpp |
| diff --git a/xfa/fxfa/app/xfa_ffpageview.cpp b/xfa/fxfa/app/xfa_ffpageview.cpp |
| index 16461eb07c05da07514b7230134d445736bade71..bb277f46f0f64a8e6b53285a6fc1f5d22c87885e 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); |