| Index: core/fpdfapi/fpdf_page/pageint.h
|
| diff --git a/core/fpdfapi/fpdf_page/pageint.h b/core/fpdfapi/fpdf_page/pageint.h
|
| index 98a05d5495035c3a5b664108ac5f81deb5229c79..0875eb30eca2380561f8e66ceeefeb8bc22ecdf3 100644
|
| --- a/core/fpdfapi/fpdf_page/pageint.h
|
| +++ b/core/fpdfapi/fpdf_page/pageint.h
|
| @@ -291,7 +291,7 @@ class CPDF_ContentParser {
|
| ~CPDF_ContentParser();
|
|
|
| ParseStatus GetStatus() const { return m_Status; }
|
| - void Start(CPDF_Page* pPage, CPDF_ParseOptions* pOptions);
|
| + void Start(CPDF_Page* pPage);
|
| void Start(CPDF_Form* pForm,
|
| CPDF_AllStates* pGraphicStates,
|
| CFX_Matrix* pParentMatrix,
|
|
|