Chromium Code Reviews| Index: core/fxcodec/jbig2/JBig2_GrdProc.h |
| diff --git a/core/fxcodec/jbig2/JBig2_GrdProc.h b/core/fxcodec/jbig2/JBig2_GrdProc.h |
| index 2a181b1822098fd96df16361a7583970cb1a3264..9d7f8b02213ce55b52547ac7cf36dd1d7e0fc26f 100644 |
| --- a/core/fxcodec/jbig2/JBig2_GrdProc.h |
| +++ b/core/fxcodec/jbig2/JBig2_GrdProc.h |
| @@ -116,7 +116,7 @@ class CJBig2_GRDProc { |
| CJBig2_Image** m_pImage; |
| CJBig2_ArithDecoder* m_pArithDecoder; |
| JBig2ArithCtx* m_gbContext; |
| - FX_WORD m_DecodeType; |
| + uint16_t m_DecodeType; |
| FX_BOOL LTP; |
| FX_RECT m_ReplaceRect; |
| }; |