From 656c781e515508ae4818d826041e9d87862d3f3a Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 14 Mar 2017 13:00:09 -0700 Subject: Use std::vector for content layout item arrays Change-Id: Iebbb8e16dae503807fa12cd2d20577082d2a3bca Reviewed-on: https://pdfium-review.googlesource.com/2960 Commit-Queue: Tom Sepez Commit-Queue: dsinclair Reviewed-by: dsinclair --- xfa/fxfa/parser/xfa_layout_itemlayout.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xfa/fxfa/parser/xfa_layout_itemlayout.h') diff --git a/xfa/fxfa/parser/xfa_layout_itemlayout.h b/xfa/fxfa/parser/xfa_layout_itemlayout.h index 7b19283b9b..72cb235acb 100644 --- a/xfa/fxfa/parser/xfa_layout_itemlayout.h +++ b/xfa/fxfa/parser/xfa_layout_itemlayout.h @@ -92,7 +92,7 @@ class CXFA_ItemLayoutProcessor { CXFA_ItemLayoutProcessor* pParentProcessor, CXFA_ItemLayoutProcessor* pChildProcessor, XFA_ItemLayoutProcessorResult eRetValue, - CFX_ArrayTemplate* rgCurLineLayoutItem, + std::vector* rgCurLineLayoutItem, float* fContentCurRowAvailWidth, float* fContentCurRowHeight, float* fContentCurRowY, @@ -131,7 +131,7 @@ class CXFA_ItemLayoutProcessor { float fSplitPos); float InsertKeepLayoutItems(); bool CalculateRowChildPosition( - CFX_ArrayTemplate (&rgCurLineLayoutItems)[3], + std::vector (&rgCurLineLayoutItems)[3], XFA_ATTRIBUTEENUM eFlowStrategy, bool bContainerHeightAutoSize, bool bContainerWidthAutoSize, -- cgit v1.2.3