summaryrefslogtreecommitdiff
path: root/core/fxcodec/jbig2
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2016-03-15 09:33:58 -0700
committerTom Sepez <tsepez@chromium.org>2016-03-15 09:33:58 -0700
commit92bbb6fce88d1cb4d931da66adf690850ce62fd1 (patch)
tree5fa459547fd43200d341ef1849fad268e34743b5 /core/fxcodec/jbig2
parent2df269c52741c12d63300cee806e96ae5d0b038f (diff)
downloadpdfium-92bbb6fce88d1cb4d931da66adf690850ce62fd1.tar.xz
Split CPDF_Stream/CPDF_StreamAcc into separate files
R=dsinclair@chromium.org Review URL: https://codereview.chromium.org/1783933003 .
Diffstat (limited to 'core/fxcodec/jbig2')
-rw-r--r--core/fxcodec/jbig2/JBig2_BitStream.cpp1
-rw-r--r--core/fxcodec/jbig2/JBig2_Context.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/core/fxcodec/jbig2/JBig2_BitStream.cpp b/core/fxcodec/jbig2/JBig2_BitStream.cpp
index 87451c2d72..3e042bc92b 100644
--- a/core/fxcodec/jbig2/JBig2_BitStream.cpp
+++ b/core/fxcodec/jbig2/JBig2_BitStream.cpp
@@ -9,6 +9,7 @@
#include <algorithm>
#include "core/include/fpdfapi/cpdf_stream.h"
+#include "core/include/fpdfapi/cpdf_stream_acc.h"
CJBig2_BitStream::CJBig2_BitStream(CPDF_StreamAcc* pSrcStream)
: m_pBuf(pSrcStream->GetData()),
diff --git a/core/fxcodec/jbig2/JBig2_Context.cpp b/core/fxcodec/jbig2/JBig2_Context.cpp
index 0a17fff328..d5eeda081c 100644
--- a/core/fxcodec/jbig2/JBig2_Context.cpp
+++ b/core/fxcodec/jbig2/JBig2_Context.cpp
@@ -21,6 +21,7 @@
#include "core/fxcodec/jbig2/JBig2_SddProc.h"
#include "core/fxcodec/jbig2/JBig2_TrdProc.h"
#include "core/include/fpdfapi/cpdf_stream.h"
+#include "core/include/fpdfapi/cpdf_stream_acc.h"
#include "third_party/base/stl_util.h"
namespace {