diff options
Diffstat (limited to 'core/fxcodec/codec/ccodec_gifmodule.h')
-rw-r--r-- | core/fxcodec/codec/ccodec_gifmodule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcodec/codec/ccodec_gifmodule.h b/core/fxcodec/codec/ccodec_gifmodule.h index 665208ba1a..0e85998dc3 100644 --- a/core/fxcodec/codec/ccodec_gifmodule.h +++ b/core/fxcodec/codec/ccodec_gifmodule.h @@ -41,7 +41,7 @@ class CCodec_GifModule final : public CodecModuleIface { // CodecModuleIface: FX_FILESIZE GetAvailInput(Context* context) const override; bool Input(Context* context, - pdfium::span<uint8_t> src_buf, + RetainPtr<CFX_CodecMemory> codec_memory, CFX_DIBAttribute* pAttribute) override; std::unique_ptr<Context> Start(Delegate* pDelegate); |