summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page/cpdf_page.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdfapi/page/cpdf_page.h')
-rw-r--r--core/fpdfapi/page/cpdf_page.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/fpdfapi/page/cpdf_page.h b/core/fpdfapi/page/cpdf_page.h
index 34c9ef45a8..0f401ea9b9 100644
--- a/core/fpdfapi/page/cpdf_page.h
+++ b/core/fpdfapi/page/cpdf_page.h
@@ -39,8 +39,7 @@ class CPDF_Page : public CPDF_PageObjectHolder {
const CFX_PointF& device_point) const;
Optional<CFX_PointF> PageToDevice(const FX_RECT& rect,
int rotate,
- double page_x,
- double page_y) const;
+ const CFX_PointF& page_point) const;
CFX_Matrix GetDisplayMatrix(const FX_RECT& rect, int iRotate) const;