From 536486822a5550de975293f7586598be5f29aaad Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 10 Sep 2015 16:40:49 -0700 Subject: Merge to XFA: Remove CJBig2_Object, CJBig2_Module, and friends. TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1326953006 . (cherry picked from commit 70f4404e9a9e69afdfdd07715aa946f6561ce0cb) Review URL: https://codereview.chromium.org/1336783002 . --- core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h') diff --git a/core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h b/core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h index aa29258f07..28d8ae3564 100644 --- a/core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h +++ b/core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h @@ -6,11 +6,15 @@ #ifndef _JBIG2_HUFFMAN_TABLE_STANDARD_H_ #define _JBIG2_HUFFMAN_TABLE_STANDARD_H_ -typedef struct { + +#include "../../../../core/include/fxcrt/fx_system.h" + +struct JBig2TableLine { int PREFLEN; int RANDELEN; int RANGELOW; -} JBig2TableLine; +}; + const FX_BOOL HuffmanTable_HTOOB_B1 = FALSE; const JBig2TableLine HuffmanTable_B1[] = {{1, 4, 0}, {2, 8, 16}, -- cgit v1.2.3