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

Unified Diff: core/src/fxcodec/jbig2/JBig2_PatternDict.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_Page.h ('k') | core/src/fxcodec/jbig2/JBig2_PatternDict.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/src/fxcodec/jbig2/JBig2_PatternDict.h
diff --git a/core/src/fxcodec/jbig2/JBig2_PatternDict.h b/core/src/fxcodec/jbig2/JBig2_PatternDict.h
index fd39bfd20b8949e2adb22580c6fbb6715df46ed3..43250f91634d0745555479cd0bbb6f5745f998f1 100644
--- a/core/src/fxcodec/jbig2/JBig2_PatternDict.h
+++ b/core/src/fxcodec/jbig2/JBig2_PatternDict.h
@@ -8,13 +8,12 @@
#define _JBIG2_PATTERN_DICT_H_
#include "JBig2_Define.h"
#include "JBig2_Image.h"
-class CJBig2_PatternDict : public CJBig2_Object {
+class CJBig2_PatternDict {
public:
CJBig2_PatternDict();
~CJBig2_PatternDict();
- public:
FX_DWORD NUMPATS;
CJBig2_Image** HDPATS;
};
« no previous file with comments | « core/src/fxcodec/jbig2/JBig2_Page.h ('k') | core/src/fxcodec/jbig2/JBig2_PatternDict.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698