summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/jbig2/JBig2_Context.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-10-08 12:13:10 -0700
committerLei Zhang <thestig@chromium.org>2015-10-08 12:13:10 -0700
commit8793b4a071fad51a770b93838e0752505b020e43 (patch)
tree1b78e68c979c44b5f39c45ce1243c0be1244ed03 /core/src/fxcodec/jbig2/JBig2_Context.h
parent287b63d9ab410783d71cf37291f09fd57d3059b4 (diff)
downloadpdfium-8793b4a071fad51a770b93838e0752505b020e43.tar.xz
Put CJBig2_SymbolDict's images in a CJBig2_List container.
Also mark it private. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1395613003 .
Diffstat (limited to 'core/src/fxcodec/jbig2/JBig2_Context.h')
-rw-r--r--core/src/fxcodec/jbig2/JBig2_Context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/fxcodec/jbig2/JBig2_Context.h b/core/src/fxcodec/jbig2/JBig2_Context.h
index 3c283d1d5b..4fcef810f6 100644
--- a/core/src/fxcodec/jbig2/JBig2_Context.h
+++ b/core/src/fxcodec/jbig2/JBig2_Context.h
@@ -16,6 +16,7 @@
#include "JBig2_Page.h"
#include "JBig2_Segment.h"
+class CJBig2_ArithDecoder;
class CJBig2_GRDProc;
class IFX_Pause;