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

Unified Diff: core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp

Issue 1364083004: Merge to XFA: Split up JBig2_GeneralDecoder.cpp. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: 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_ArithDecoder.cpp ('k') | core/src/fxcodec/jbig2/JBig2_ArithQe.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp
diff --git a/core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp b/core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp
index c8baa158e95bac16ec13ea64846ccd78713afe6c..b194faf4ee7fb281c248d95f48f2b64e70d2e06f 100644
--- a/core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp
+++ b/core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp
@@ -7,6 +7,7 @@
#include "JBig2_ArithIntDecoder.h"
#include "../../../include/fxcrt/fx_memory.h"
+#include "JBig2_Define.h"
CJBig2_ArithIntDecoder::CJBig2_ArithIntDecoder() {
IAx = FX_Alloc(JBig2ArithCtx, 512);
« no previous file with comments | « core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp ('k') | core/src/fxcodec/jbig2/JBig2_ArithQe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698