summaryrefslogtreecommitdiff
path: root/core/fxcodec/jbig2/JBig2_PddProc.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-09-17 18:31:47 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-09-17 18:31:47 +0000
commitbff81396b7aee1cc195194d0d1122d8fbec7dfb9 (patch)
tree6659efa22a5f30ca4575ca662e05d90fc35aa536 /core/fxcodec/jbig2/JBig2_PddProc.h
parentcb798258c433bec7087948fcbfff14d1e7683006 (diff)
downloadpdfium-bff81396b7aee1cc195194d0d1122d8fbec7dfb9.tar.xz
Make JBig2ArithCtx a class.
For better encapsulation. Change-Id: Ia6fd8056112d97d672b91a9a521a2978c807060f Reviewed-on: https://pdfium-review.googlesource.com/42605 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'core/fxcodec/jbig2/JBig2_PddProc.h')
-rw-r--r--core/fxcodec/jbig2/JBig2_PddProc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcodec/jbig2/JBig2_PddProc.h b/core/fxcodec/jbig2/JBig2_PddProc.h
index 13590edb41..be5fadfb32 100644
--- a/core/fxcodec/jbig2/JBig2_PddProc.h
+++ b/core/fxcodec/jbig2/JBig2_PddProc.h
@@ -15,8 +15,8 @@ class CJBig2_ArithDecoder;
class CJBig2_BitStream;
class CJBig2_GRDProc;
class CJBig2_PatternDict;
+class JBig2ArithCtx;
class PauseIndicatorIface;
-struct JBig2ArithCtx;
class CJBig2_PDDProc {
public: