diff options
author | Lei Zhang <thestig@chromium.org> | 2018-04-10 19:29:25 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-04-10 19:29:25 +0000 |
commit | 7d865b611bf5b029723ec3143180d23c95c907e8 (patch) | |
tree | c9e01b101f39d11520385cdd0f005cd4b01a9794 /xfa/fxfa/cxfa_ffpageview.h | |
parent | e5c3ebd923a21c6c82bd214ca27a5d7396b852c2 (diff) | |
download | pdfium-7d865b611bf5b029723ec3143180d23c95c907e8.tar.xz |
Remove CFX_Rect.
It is rarely used and FX_RECT is the more common integer rect type.
Change-Id: I7c5b875321c2d587becedcd058bb3a57fd1f0b61
Reviewed-on: https://pdfium-review.googlesource.com/30053
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'xfa/fxfa/cxfa_ffpageview.h')
-rw-r--r-- | xfa/fxfa/cxfa_ffpageview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_ffpageview.h b/xfa/fxfa/cxfa_ffpageview.h index b33e25f79d..10dac26b92 100644 --- a/xfa/fxfa/cxfa_ffpageview.h +++ b/xfa/fxfa/cxfa_ffpageview.h @@ -25,7 +25,7 @@ class CXFA_FFPageView : public CXFA_ContainerLayoutItem { CXFA_FFDocView* GetDocView() const; CFX_RectF GetPageViewRect() const; - CFX_Matrix GetDisplayMatrix(const CFX_Rect& rtDisp, int32_t iRotate) const; + CFX_Matrix GetDisplayMatrix(const FX_RECT& rtDisp, int32_t iRotate) const; std::unique_ptr<IXFA_WidgetIterator> CreateWidgetIterator( uint32_t dwTraverseWay, uint32_t dwWidgetFilter); |