Chromium Code Reviews| Index: core/fxcodec/jbig2/JBig2_Page.h |
| diff --git a/core/fxcodec/jbig2/JBig2_Page.h b/core/fxcodec/jbig2/JBig2_Page.h |
| index b3e09d8ae04c0305e39173a66b5b2aaa23ec0d27..81800ba2d44fa74482a07e7629875da069a58bc6 100644 |
| --- a/core/fxcodec/jbig2/JBig2_Page.h |
| +++ b/core/fxcodec/jbig2/JBig2_Page.h |
| @@ -16,7 +16,7 @@ struct JBig2PageInfo { |
| FX_DWORD m_dwResolutionY; |
| uint8_t m_cFlags; |
| FX_BOOL m_bIsStriped; |
| - FX_WORD m_wMaxStripeSize; |
| + uint16_t m_wMaxStripeSize; |
| }; |
| #endif // CORE_FXCODEC_JBIG2_JBIG2_PAGE_H_ |