Chromium Code Reviews| Index: core/src/fxcodec/jbig2/JBig2_ArithDecoder.h |
| diff --git a/core/src/fxcodec/jbig2/JBig2_ArithDecoder.h b/core/src/fxcodec/jbig2/JBig2_ArithDecoder.h |
| index 02c81b34c0eb82344741275271af00e28ef12244..2f9fa296722ec919699621e0fab3a7edf08e3fd7 100644 |
| --- a/core/src/fxcodec/jbig2/JBig2_ArithDecoder.h |
| +++ b/core/src/fxcodec/jbig2/JBig2_ArithDecoder.h |
| @@ -10,6 +10,8 @@ |
| class CJBig2_BitStream; |
| struct JBig2ArithCtx { |
| + JBig2ArithCtx() : MPS(0), I(0) {} |
| + |
| unsigned int MPS; |
| unsigned int I; |
| }; |