From dbb6266b8b87746fc3241ad6802289da6fb10114 Mon Sep 17 00:00:00 2001 From: tsepez Date: Thu, 25 Aug 2016 06:54:04 -0700 Subject: Tidy up CFX_PathData Remove friendship with CFX_Path Pack members tighter on 64-bits. Review-Url: https://codereview.chromium.org/2275883004 --- core/fxge/include/cfx_pathdata.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'core/fxge/include') diff --git a/core/fxge/include/cfx_pathdata.h b/core/fxge/include/cfx_pathdata.h index d77e1da05e..6bc627c84b 100644 --- a/core/fxge/include/cfx_pathdata.h +++ b/core/fxge/include/cfx_pathdata.h @@ -48,11 +48,9 @@ class CFX_PathData { void Copy(const CFX_PathData& src); private: - friend class CPDF_Path; - int m_PointCount; - FX_PATHPOINT* m_pPoints; int m_AllocCount; + FX_PATHPOINT* m_pPoints; }; #endif // CORE_FXGE_INCLUDE_CFX_PATHDATA_H_ -- cgit v1.2.3