From 6745f96fab41e2b46f57a3717b034a4064c0de02 Mon Sep 17 00:00:00 2001 From: tsepez Date: Wed, 4 Jan 2017 10:09:45 -0800 Subject: Remove CFX_ArrayTemplate, use unique_ptr in fpdfsdk/pdfwindow Review-Url: https://codereview.chromium.org/2594153003 --- fpdfsdk/pdfwindow/PWL_Wnd.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'fpdfsdk/pdfwindow/PWL_Wnd.h') diff --git a/fpdfsdk/pdfwindow/PWL_Wnd.h b/fpdfsdk/pdfwindow/PWL_Wnd.h index bba14f26bf..ce3d58cddc 100644 --- a/fpdfsdk/pdfwindow/PWL_Wnd.h +++ b/fpdfsdk/pdfwindow/PWL_Wnd.h @@ -413,16 +413,13 @@ class CPWL_Wnd : public CPWL_TimerHandler { CPWL_MsgControl* GetMsgControl() const; protected: - CFX_ArrayTemplate m_aChildren; + std::vector m_Children; private: PWL_CREATEPARAM m_sPrivateParam; - CPWL_ScrollBar* m_pVScrollBar; - CFX_FloatRect m_rcWindow; CFX_FloatRect m_rcClip; - bool m_bCreated; bool m_bVisible; bool m_bNotifying; -- cgit v1.2.3