| Index: core/fxcodec/codec/fx_codec_flate.cpp
|
| diff --git a/core/fxcodec/codec/fx_codec_flate.cpp b/core/fxcodec/codec/fx_codec_flate.cpp
|
| index 16cde3e5ea8ef5a1c35da662d84502b747dc90e3..d1b4a5f9854e40114f65967fc2379c40ac5b098f 100644
|
| --- a/core/fxcodec/codec/fx_codec_flate.cpp
|
| +++ b/core/fxcodec/codec/fx_codec_flate.cpp
|
| @@ -897,7 +897,7 @@ uint32_t CCodec_FlateScanlineDecoder::GetSrcOffset() {
|
| return FPDFAPI_FlateGetTotalIn(m_pFlate);
|
| }
|
|
|
| -ICodec_ScanlineDecoder* CCodec_FlateModule::CreateDecoder(
|
| +CCodec_ScanlineDecoder* CCodec_FlateModule::CreateDecoder(
|
| const uint8_t* src_buf,
|
| uint32_t src_size,
|
| int width,
|
|
|