Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(847)

Unified Diff: core/src/fxcodec/jbig2/JBig2_Segment.h

Issue 1319713003: Make a bunch of JBig2 classes independent of CJBig2_Object. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: more Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/src/fxcodec/jbig2/JBig2_PatternDict.cpp ('k') | core/src/fxcodec/jbig2/JBig2_Segment.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..5c1c585939ef320fe56c9335bcdfe9505e2b9c9e 100644
--- a/core/src/fxcodec/jbig2/JBig2_Segment.h
+++ b/core/src/fxcodec/jbig2/JBig2_Segment.h
@@ -28,15 +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:
FX_DWORD m_dwNumber;
union {
struct {
« no previous file with comments | « core/src/fxcodec/jbig2/JBig2_PatternDict.cpp ('k') | core/src/fxcodec/jbig2/JBig2_Segment.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698