From 51d02b341dd56f8e365444cb9e4af7e0ffe55ae5 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 30 Jan 2017 14:49:24 -0800 Subject: use std::vector in cfx_graphics.h and xfa_ffwidget.h Change-Id: I19f2e729b58de42506e8fc2811dd06d406470314 Reviewed-on: https://pdfium-review.googlesource.com/2470 Commit-Queue: dsinclair Reviewed-by: dsinclair --- xfa/fxgraphics/cfx_graphics.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xfa/fxgraphics/cfx_graphics.h') diff --git a/xfa/fxgraphics/cfx_graphics.h b/xfa/fxgraphics/cfx_graphics.h index e18564bf6d..48784254b0 100644 --- a/xfa/fxgraphics/cfx_graphics.h +++ b/xfa/fxgraphics/cfx_graphics.h @@ -8,6 +8,7 @@ #define XFA_FXGRAPHICS_CFX_GRAPHICS_H_ #include +#include #include "core/fxcrt/fx_system.h" #include "core/fxge/cfx_fxgedevice.h" @@ -233,7 +234,7 @@ class CFX_Graphics { CFX_RectF& rect); CFX_RenderDevice* m_renderDevice; - CFX_ArrayTemplate m_infoStack; + std::vector> m_infoStack; std::unique_ptr m_aggGraphics; friend class CAGG_Graphics; }; -- cgit v1.2.3