| Index: core/fpdfapi/parser/cpdf_document.h
|
| diff --git a/core/fpdfapi/parser/cpdf_document.h b/core/fpdfapi/parser/cpdf_document.h
|
| index fce84001b916f64bf1fdfc36954013fd20b3f57c..73c866668644e8359528cc3854023e3bd5188640 100644
|
| --- a/core/fpdfapi/parser/cpdf_document.h
|
| +++ b/core/fpdfapi/parser/cpdf_document.h
|
| @@ -81,7 +81,7 @@ class CPDF_Document : public CPDF_IndirectObjectHolder {
|
| bool bShading,
|
| const CFX_Matrix& matrix);
|
|
|
| - CPDF_Image* LoadImageF(CPDF_Object* pObj);
|
| + CPDF_Image* LoadImageFromPageData(uint32_t dwStreamObjNum);
|
| CPDF_StreamAcc* LoadFontFile(CPDF_Stream* pStream);
|
| CPDF_IccProfile* LoadIccProfile(CPDF_Stream* pStream);
|
|
|
|
|