| Index: core/fpdfapi/page/cpdf_streamcontentparser.h
|
| diff --git a/core/fpdfapi/page/cpdf_streamcontentparser.h b/core/fpdfapi/page/cpdf_streamcontentparser.h
|
| index 1ed2aaa4de9b116672edf3cfc8f537898c0d615d..58008da96ad8f2bf7ca1edbdffe931810e255668 100644
|
| --- a/core/fpdfapi/page/cpdf_streamcontentparser.h
|
| +++ b/core/fpdfapi/page/cpdf_streamcontentparser.h
|
| @@ -97,7 +97,7 @@
|
| void AddPathPoint(FX_FLOAT x, FX_FLOAT y, int flag);
|
| void AddPathRect(FX_FLOAT x, FX_FLOAT y, FX_FLOAT w, FX_FLOAT h);
|
| void AddPathObject(int FillType, bool bStroke);
|
| - CPDF_ImageObject* AddImage(std::unique_ptr<CPDF_Stream> pStream);
|
| + CPDF_ImageObject* AddImage(UniqueStream pStream);
|
| CPDF_ImageObject* AddImage(uint32_t streamObjNum);
|
| CPDF_ImageObject* AddImage(CPDF_Image* pImage);
|
|
|
|
|