| Index: xfa/fxfa/parser/cxfa_layoutpagemgr.h
|
| diff --git a/xfa/fxfa/parser/xfa_layout_pagemgr_new.h b/xfa/fxfa/parser/cxfa_layoutpagemgr.h
|
| similarity index 90%
|
| rename from xfa/fxfa/parser/xfa_layout_pagemgr_new.h
|
| rename to xfa/fxfa/parser/cxfa_layoutpagemgr.h
|
| index f4cc175dcb0ecbbac85d8e86268043d9d4d76089..0184602de73a544509857dbf2630427ebe616a43 100644
|
| --- a/xfa/fxfa/parser/xfa_layout_pagemgr_new.h
|
| +++ b/xfa/fxfa/parser/cxfa_layoutpagemgr.h
|
| @@ -4,26 +4,14 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FXFA_PARSER_XFA_LAYOUT_PAGEMGR_NEW_H_
|
| -#define XFA_FXFA_PARSER_XFA_LAYOUT_PAGEMGR_NEW_H_
|
| +#ifndef XFA_FXFA_PARSER_CXFA_LAYOUTPAGEMGR_H_
|
| +#define XFA_FXFA_PARSER_CXFA_LAYOUTPAGEMGR_H_
|
|
|
| #include "xfa/fxfa/parser/xfa_layout_itemlayout.h"
|
|
|
| +class CXFA_ContainerRecord;
|
| class CXFA_LayoutItem;
|
|
|
| -class CXFA_ContainerRecord {
|
| - public:
|
| - CXFA_ContainerRecord(CXFA_ContainerLayoutItem* pPageSet = nullptr,
|
| - CXFA_ContainerLayoutItem* pPageArea = nullptr,
|
| - CXFA_ContainerLayoutItem* pContentArea = nullptr)
|
| - : pCurPageSet(pPageSet),
|
| - pCurPageArea(pPageArea),
|
| - pCurContentArea(pContentArea) {}
|
| - CXFA_ContainerLayoutItem* pCurPageSet;
|
| - CXFA_ContainerLayoutItem* pCurPageArea;
|
| - CXFA_ContainerLayoutItem* pCurContentArea;
|
| -};
|
| -
|
| class CXFA_LayoutPageMgr {
|
| public:
|
| CXFA_LayoutPageMgr(CXFA_LayoutProcessor* pLayoutProcessor);
|
| @@ -153,4 +141,4 @@ class CXFA_LayoutPageMgr {
|
| CFX_ArrayTemplate<CXFA_ContainerLayoutItem*> m_PageArray;
|
| };
|
|
|
| -#endif // XFA_FXFA_PARSER_XFA_LAYOUT_PAGEMGR_NEW_H_
|
| +#endif // XFA_FXFA_PARSER_CXFA_LAYOUTPAGEMGR_H_
|
|
|