| Index: core/include/fpdfapi/fpdf_parser.h
|
| diff --git a/core/include/fpdfapi/fpdf_parser.h b/core/include/fpdfapi/fpdf_parser.h
|
| index 619424756804c57f5dfd90fd81fc98a1286a2f63..04c7d90f6fc067cae49787f340f27f41ecd0840b 100644
|
| --- a/core/include/fpdfapi/fpdf_parser.h
|
| +++ b/core/include/fpdfapi/fpdf_parser.h
|
| @@ -453,10 +453,10 @@ class CPDF_Parser {
|
|
|
| FX_BOOL LoadAllCrossRefV5(FX_FILESIZE pos);
|
|
|
| - FX_BOOL LoadCrossRefV4(FX_FILESIZE pos,
|
| - FX_FILESIZE streampos,
|
| - FX_BOOL bSkip,
|
| - FX_BOOL bFirst);
|
| + bool LoadCrossRefV4(FX_FILESIZE pos,
|
| + FX_FILESIZE streampos,
|
| + FX_BOOL bSkip,
|
| + FX_BOOL bFirst);
|
|
|
| FX_BOOL LoadCrossRefV5(FX_FILESIZE pos, FX_FILESIZE& prev, FX_BOOL bMainXRef);
|
|
|
| @@ -482,6 +482,8 @@ class CPDF_Parser {
|
|
|
| FX_BOOL IsLinearizedFile(IFX_FileRead* pFileAccess, FX_DWORD offset);
|
|
|
| + bool FindPosInOffsets(FX_FILESIZE pos) const;
|
| +
|
| int m_FileVersion;
|
|
|
| CPDF_Dictionary* m_pTrailer;
|
|
|