| Index: core/fpdfapi/page/pageint.h
|
| diff --git a/core/fpdfapi/page/pageint.h b/core/fpdfapi/page/pageint.h
|
| index cf3522d44a3a4ee21524982124fda56d74cb35ba..49a4845e9613b60ddd318a59010365e6a59e275f 100644
|
| --- a/core/fpdfapi/page/pageint.h
|
| +++ b/core/fpdfapi/page/pageint.h
|
| @@ -61,9 +61,10 @@ class CPDF_StreamParser {
|
| std::unique_ptr<CPDF_Object> GetObject() { return std::move(m_pLastObj); }
|
| std::unique_ptr<CPDF_Object> ReadNextObject(bool bAllowNestedArray,
|
| uint32_t dwInArrayLevel);
|
| - std::unique_ptr<CPDF_Stream> ReadInlineStream(CPDF_Document* pDoc,
|
| - CPDF_Dictionary* pDict,
|
| - CPDF_Object* pCSObj);
|
| + std::unique_ptr<CPDF_Stream> ReadInlineStream(
|
| + CPDF_Document* pDoc,
|
| + std::unique_ptr<CPDF_Dictionary> pDict,
|
| + CPDF_Object* pCSObj);
|
|
|
| private:
|
| friend class cpdf_streamparser_ReadHexString_Test;
|
|
|