| Index: core/src/fpdfapi/fpdf_page/pageint.h
|
| diff --git a/core/src/fpdfapi/fpdf_page/pageint.h b/core/src/fpdfapi/fpdf_page/pageint.h
|
| index 4f60cf5baab20fc929b5b100080e2905724bac9f..844f39032ab359174f71ec982fd82d4a36d73105 100644
|
| --- a/core/src/fpdfapi/fpdf_page/pageint.h
|
| +++ b/core/src/fpdfapi/fpdf_page/pageint.h
|
| @@ -162,7 +162,6 @@ class CPDF_StreamContentParser {
|
| int level);
|
| ~CPDF_StreamContentParser();
|
|
|
| - FX_BOOL ShouldAbort() const { return m_bAbort; }
|
| CPDF_PageObjects* GetObjectList() const { return m_pObjectList; }
|
| CPDF_AllStates* GetCurStates() const { return m_pCurStates.get(); }
|
| FX_BOOL IsColored() const { return m_bColored; }
|
| @@ -305,7 +304,6 @@ class CPDF_StreamContentParser {
|
| _ContentParam m_ParamBuf1[PARAM_BUF_SIZE];
|
| FX_DWORD m_ParamStartPos;
|
| FX_DWORD m_ParamCount;
|
| - FX_BOOL m_bAbort;
|
| CPDF_StreamParser* m_pSyntax;
|
| nonstd::unique_ptr<CPDF_AllStates> m_pCurStates;
|
| CPDF_ContentMark m_CurContentMark;
|
|
|