From 988599c5d81bbb568f949454580ec6001258f806 Mon Sep 17 00:00:00 2001 From: tsepez Date: Tue, 13 Dec 2016 12:45:56 -0800 Subject: Replace CFX_FloatArray with std::vector Review-Url: https://codereview.chromium.org/2567503002 --- xfa/fxfa/app/xfa_textlayout.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xfa/fxfa/app/xfa_textlayout.h') diff --git a/xfa/fxfa/app/xfa_textlayout.h b/xfa/fxfa/app/xfa_textlayout.h index b299f52904..26bd1634ee 100644 --- a/xfa/fxfa/app/xfa_textlayout.h +++ b/xfa/fxfa/app/xfa_textlayout.h @@ -9,6 +9,7 @@ #include #include +#include #include "xfa/fde/css/fde_css.h" #include "xfa/fde/fde_gedevice.h" @@ -155,7 +156,7 @@ class CXFA_LoaderContext { IFDE_CSSComputedStyle* m_pParentStyle; CFX_ArrayTemplate m_lineHeights; uint32_t m_dwFlags; - CFX_FloatArray m_BlocksHeight; + std::vector m_BlocksHeight; }; class CXFA_LinkUserData : public IFX_Retainable, public CFX_Target { -- cgit v1.2.3