| Index: core/fxcodec/jbig2/JBig2_GrrdProc.h
|
| diff --git a/core/fxcodec/jbig2/JBig2_GrrdProc.h b/core/fxcodec/jbig2/JBig2_GrrdProc.h
|
| index 2c6d02d271a9d0e6c60b79079626c5fd0c8bc0f9..17adf1900e632582cdcc21e2f968fde621e9a118 100644
|
| --- a/core/fxcodec/jbig2/JBig2_GrrdProc.h
|
| +++ b/core/fxcodec/jbig2/JBig2_GrrdProc.h
|
| @@ -30,8 +30,8 @@ class CJBig2_GRRDProc {
|
| CJBig2_Image* decode_Template1_opt(CJBig2_ArithDecoder* pArithDecoder,
|
| JBig2ArithCtx* grContext);
|
|
|
| - FX_DWORD GRW;
|
| - FX_DWORD GRH;
|
| + uint32_t GRW;
|
| + uint32_t GRH;
|
| FX_BOOL GRTEMPLATE;
|
| CJBig2_Image* GRREFERENCE;
|
| int32_t GRREFERENCEDX;
|
|
|