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 b24e2f36fa609f1509129e9a7ccf7e5f2cbeeead..6026798aad448de8aa87d72bee4f6f3fec00fa39 100644 |
| --- a/core/fxcodec/jbig2/JBig2_GrdProc.h |
| +++ b/core/fxcodec/jbig2/JBig2_GrdProc.h |
| @@ -117,7 +117,7 @@ class CJBig2_GRDProc { |
| CJBig2_ArithDecoder* m_pArithDecoder; |
| JBig2ArithCtx* m_gbContext; |
| uint16_t m_DecodeType; |
| - FX_BOOL LTP; |
| + FX_BOOL m_LTP; |
| FX_RECT m_ReplaceRect; |
| }; |