Chromium Code Reviews| Index: core/src/fxcodec/jbig2/JBig2_Segment.h |
| diff --git a/core/src/fxcodec/jbig2/JBig2_Segment.h b/core/src/fxcodec/jbig2/JBig2_Segment.h |
| index 82cd8384a0eb45327cfbef6098bce9b53ca5792e..42fed103f75ce9d85a76e9912f2a72febaba8f0e 100644 |
| --- a/core/src/fxcodec/jbig2/JBig2_Segment.h |
| +++ b/core/src/fxcodec/jbig2/JBig2_Segment.h |
| @@ -28,14 +28,12 @@ typedef enum { |
| JBIG2_PATTERN_DICT_POINTER, |
| JBIG2_HUFFMAN_TABLE_POINTER |
| } JBig2_ResultType; |
| -class CJBig2_Segment : public CJBig2_Object { |
| +class CJBig2_Segment { |
| public: |
| CJBig2_Segment(); |
| ~CJBig2_Segment(); |
| - void clean(); |
| - |
| public: |
|
Tom Sepez
2015/09/03 20:24:58
nit: duplicate public
Lei Zhang
2015/09/03 22:52:13
Done.
|
| FX_DWORD m_dwNumber; |
| union { |