From 20ef5b93439a0e28cd612b824831f8dfcf234dfd Mon Sep 17 00:00:00 2001 From: npm Date: Thu, 3 Nov 2016 11:47:43 -0700 Subject: Move CPDF_Document insert methods from namespace Making the insert methods private allows us to use private members, as I will need on https://codereview.chromium.org/2470803003/ Review-Url: https://codereview.chromium.org/2472473005 --- core/fpdfapi/parser/cpdf_document.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'core/fpdfapi/parser/cpdf_document.h') diff --git a/core/fpdfapi/parser/cpdf_document.h b/core/fpdfapi/parser/cpdf_document.h index d8e5cb977e..e1135260ee 100644 --- a/core/fpdfapi/parser/cpdf_document.h +++ b/core/fpdfapi/parser/cpdf_document.h @@ -124,6 +124,12 @@ class CPDF_Document : public CPDF_IndirectObjectHolder { bool bVert, CFX_ByteString basefont, std::function Insert); + bool InsertDeletePDFPage(CPDF_Dictionary* pPages, + int nPagesToGo, + CPDF_Dictionary* pPageDict, + bool bInsert, + std::set* pVisited); + bool InsertNewPage(int iPage, CPDF_Dictionary* pPageDict); std::unique_ptr m_pParser; CPDF_Dictionary* m_pRootDict; -- cgit v1.2.3