| Index: core/src/fxcodec/codec/codec_int.h
|
| diff --git a/core/src/fxcodec/codec/codec_int.h b/core/src/fxcodec/codec/codec_int.h
|
| index 1495f9e680f243e1b103df112192733d4aee0c65..0f2d56504618e39fc8f49fc150b0cd7e61118eea 100644
|
| --- a/core/src/fxcodec/codec/codec_int.h
|
| +++ b/core/src/fxcodec/codec/codec_int.h
|
| @@ -18,6 +18,7 @@
|
|
|
| class CFX_IccProfileCache;
|
| class CFX_IccTransformCache;
|
| +class CPDF_ColorSpace;
|
|
|
| class CCodec_BasicModule : public ICodec_BasicModule {
|
| public:
|
| @@ -258,7 +259,7 @@ class CCodec_JpxModule : public ICodec_JpxModule {
|
| // ICodec_JpxModule:
|
| CJPX_Decoder* CreateDecoder(const uint8_t* src_buf,
|
| FX_DWORD src_size,
|
| - bool use_colorspace) override;
|
| + CPDF_ColorSpace* cs) override;
|
| void GetImageInfo(CJPX_Decoder* pDecoder,
|
| FX_DWORD* width,
|
| FX_DWORD* height,
|
|
|