Index: core/fpdfapi/fpdf_page/include/cpdf_image.h |
diff --git a/core/fpdfapi/fpdf_page/include/cpdf_image.h b/core/fpdfapi/fpdf_page/include/cpdf_image.h |
index 048b86d171c1d40ad8550a40767673bbb86a2f35..9153e9a66095e331ee6e2f90cd95f70ae9dcbd22 100644 |
--- a/core/fpdfapi/fpdf_page/include/cpdf_image.h |
+++ b/core/fpdfapi/fpdf_page/include/cpdf_image.h |
@@ -58,11 +58,7 @@ class CPDF_Image { |
FX_BOOL bLoadMask = FALSE) const; |
void SetInlineDict(CPDF_Dictionary* pDict) { m_pInlineDict = pDict; } |
- void SetImage(const CFX_DIBitmap* pDIBitmap, |
- int32_t iCompress, |
- IFX_FileWrite* pFileWrite = NULL, |
- IFX_FileRead* pFileRead = NULL, |
- const CFX_DIBitmap* pMask = NULL); |
+ void SetImage(const CFX_DIBitmap* pDIBitmap, int32_t iCompress); |
void SetJpegImage(uint8_t* pImageData, FX_DWORD size); |
void SetJpegImage(IFX_FileRead* pFile); |