| 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..b522b380ed9fade5a6908a863a164ff7cf483436 100644
|
| --- a/core/fpdfapi/fpdf_page/pageint.h
|
| +++ b/core/fpdfapi/fpdf_page/pageint.h
|
| @@ -335,6 +335,7 @@ class CPDF_DocPageData {
|
| void ReleasePattern(const CPDF_Object* pPatternObj);
|
| CPDF_Image* GetImage(CPDF_Object* pImageStream);
|
| void ReleaseImage(const CPDF_Object* pImageStream);
|
| + bool HasImage(const CPDF_Object* pImageStream) const;
|
| CPDF_IccProfile* GetIccProfile(CPDF_Stream* pIccProfileStream);
|
| void ReleaseIccProfile(const CPDF_IccProfile* pIccProfile);
|
| CPDF_StreamAcc* GetFontFileStreamAcc(CPDF_Stream* pFontStream);
|
|
|