| Index: core/fpdfapi/fpdf_page/pageint.h
|
| diff --git a/core/fpdfapi/fpdf_page/pageint.h b/core/fpdfapi/fpdf_page/pageint.h
|
| index 30c58745c61eeb4bcd53ebb37ecdfe12f133c791..d5c7cb396dc847c2c9f0ea2084abd4f9b79eba04 100644
|
| --- a/core/fpdfapi/fpdf_page/pageint.h
|
| +++ b/core/fpdfapi/fpdf_page/pageint.h
|
| @@ -334,7 +334,7 @@ class CPDF_DocPageData {
|
| const CFX_Matrix& matrix);
|
| void ReleasePattern(const CPDF_Object* pPatternObj);
|
| CPDF_Image* GetImage(CPDF_Object* pImageStream);
|
| - void ReleaseImage(const CPDF_Object* pImageStream);
|
| + bool ReleaseImage(const CPDF_Object* pImageStream);
|
| CPDF_IccProfile* GetIccProfile(CPDF_Stream* pIccProfileStream);
|
| void ReleaseIccProfile(const CPDF_IccProfile* pIccProfile);
|
| CPDF_StreamAcc* GetFontFileStreamAcc(CPDF_Stream* pFontStream);
|
|
|