From eb14e04c79c575146fe96c025dbf56b7440870c7 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Tue, 15 Aug 2017 13:56:43 -0700 Subject: Change a bunch of methods to take a const CFX_Matrix& param. Simplify some code along the way. Change-Id: I0022c8a82188192c63b9ac0bc87e9b9dbf983040 Reviewed-on: https://pdfium-review.googlesource.com/10852 Reviewed-by: dsinclair Reviewed-by: Henrique Nakashima Commit-Queue: Lei Zhang --- fpdfsdk/pwl/cpwl_edit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpdfsdk/pwl/cpwl_edit.h') diff --git a/fpdfsdk/pwl/cpwl_edit.h b/fpdfsdk/pwl/cpwl_edit.h index 1c2d9c03bd..758402394c 100644 --- a/fpdfsdk/pwl/cpwl_edit.h +++ b/fpdfsdk/pwl/cpwl_edit.h @@ -49,7 +49,7 @@ class CPWL_Edit : public CPWL_EditCtrl { void RePosChildWnd() override; CFX_FloatRect GetClientRect() const override; void DrawThisAppearance(CFX_RenderDevice* pDevice, - CFX_Matrix* pUser2Device) override; + const CFX_Matrix& mtUser2Device) override; bool OnLButtonDown(const CFX_PointF& point, uint32_t nFlag) override; bool OnLButtonDblClk(const CFX_PointF& point, uint32_t nFlag) override; bool OnRButtonUp(const CFX_PointF& point, uint32_t nFlag) override; -- cgit v1.2.3