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

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

Issue 1326953006: Remove CJBig2_Object, CJBig2_Module, and friends. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: rebase 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_Define.h ('k') | core/src/fxcodec/jbig2/JBig2_GeneralDecoder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h
diff --git a/core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h b/core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h
index 36839100fabc695c61846183bcac8783bc58cfa1..24ac467afa60f7fac67d3edac29e52a22ef753a2 100644
--- a/core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h
+++ b/core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h
@@ -25,7 +25,7 @@ enum JBig2Corner {
JBIG2_CORNER_TOPRIGHT = 3
};
-class CJBig2_GRDProc : public CJBig2_Object {
+class CJBig2_GRDProc {
public:
CJBig2_GRDProc() {
m_loopIndex = 0;
@@ -135,7 +135,7 @@ class CJBig2_GRDProc : public CJBig2_Object {
FX_RECT m_ReplaceRect;
};
-class CJBig2_GRRDProc : public CJBig2_Object {
+class CJBig2_GRRDProc {
public:
CJBig2_Image* decode(CJBig2_ArithDecoder* pArithDecoder,
JBig2ArithCtx* grContext);
@@ -168,7 +168,7 @@ typedef struct {
CJBig2_ArithIaidDecoder* IAID;
} JBig2IntDecoderState;
-class CJBig2_TRDProc : public CJBig2_Object {
+class CJBig2_TRDProc {
public:
CJBig2_Image* decode_Huffman(CJBig2_BitStream* pStream,
JBig2ArithCtx* grContext);
@@ -202,7 +202,7 @@ class CJBig2_TRDProc : public CJBig2_Object {
FX_BOOL SBRTEMPLATE;
int8_t SBRAT[4];
};
-class CJBig2_SDDProc : public CJBig2_Object {
+class CJBig2_SDDProc {
public:
CJBig2_SymbolDict* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
JBig2ArithCtx* gbContext,
@@ -226,7 +226,7 @@ class CJBig2_SDDProc : public CJBig2_Object {
FX_BOOL SDRTEMPLATE;
int8_t SDRAT[4];
};
-class CJBig2_HTRDProc : public CJBig2_Object {
+class CJBig2_HTRDProc {
public:
CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
JBig2ArithCtx* gbContext,
@@ -248,7 +248,7 @@ class CJBig2_HTRDProc : public CJBig2_Object {
FX_WORD HRX, HRY;
uint8_t HPW, HPH;
};
-class CJBig2_PDDProc : public CJBig2_Object {
+class CJBig2_PDDProc {
public:
CJBig2_PatternDict* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
JBig2ArithCtx* gbContext,
@@ -262,7 +262,7 @@ class CJBig2_PDDProc : public CJBig2_Object {
FX_DWORD GRAYMAX;
uint8_t HDTEMPLATE;
};
-class CJBig2_GSIDProc : public CJBig2_Object {
+class CJBig2_GSIDProc {
public:
FX_DWORD* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
JBig2ArithCtx* gbContext,
« no previous file with comments | « core/src/fxcodec/jbig2/JBig2_Define.h ('k') | core/src/fxcodec/jbig2/JBig2_GeneralDecoder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698