From c9cd2874278e5395a150d8ad08f44bc738bce6be Mon Sep 17 00:00:00 2001 From: Henrique Nakashima Date: Tue, 1 May 2018 22:26:44 +0000 Subject: Transform float out params from reference to pointer in CXFA_Node. Change-Id: I4039917c5342f6a4c6568029a293066901bb5db4 Reviewed-on: https://pdfium-review.googlesource.com/31870 Commit-Queue: Henrique Nakashima Reviewed-by: Lei Zhang --- xfa/fxfa/cxfa_ffnotify.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xfa/fxfa/cxfa_ffnotify.h') diff --git a/xfa/fxfa/cxfa_ffnotify.h b/xfa/fxfa/cxfa_ffnotify.h index e61b00ebfe..cdb43b71d2 100644 --- a/xfa/fxfa/cxfa_ffnotify.h +++ b/xfa/fxfa/cxfa_ffnotify.h @@ -50,8 +50,8 @@ class CXFA_FFNotify { CXFA_LayoutItem* pSender); void StartFieldDrawLayout(CXFA_Node* pItem, - float& fCalcWidth, - float& fCalcHeight); + float* pCalcWidth, + float* pCalcHeight); bool RunScript(CXFA_Script* pScript, CXFA_Node* pFormItem); int32_t ExecEventByDeepFirst(CXFA_Node* pFormNode, XFA_EVENTTYPE eEventType, -- cgit v1.2.3