summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/codec/codec_int.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-11-20 09:35:06 -0800
committerTom Sepez <tsepez@chromium.org>2015-11-20 09:35:06 -0800
commit7386e293a2b67794e6af02d0b71020a4bc987ce0 (patch)
tree03abdeac97118499ba28fab295b0a490b47b3b54 /core/src/fxcodec/codec/codec_int.h
parentaa28c814795edfdeb0654f16e77a54f65b7d42c2 (diff)
downloadpdfium-7386e293a2b67794e6af02d0b71020a4bc987ce0.tar.xz
Reduce diffs with master in core
This week's version. Mostly whitespace, but takes the master version of core/src/fxge/ge/fx_ge_text.cpp verbatim. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1462923004 .
Diffstat (limited to 'core/src/fxcodec/codec/codec_int.h')
-rw-r--r--core/src/fxcodec/codec/codec_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/fxcodec/codec/codec_int.h b/core/src/fxcodec/codec/codec_int.h
index 199df82512..5513abce73 100644
--- a/core/src/fxcodec/codec/codec_int.h
+++ b/core/src/fxcodec/codec/codec_int.h
@@ -390,6 +390,7 @@ class CCodec_Jbig2Module : public ICodec_Jbig2Module {
IFX_Pause* pPause) override;
void DestroyJbig2Context(void* pJbig2Context) override;
};
+
struct DecodeData {
public:
DecodeData(unsigned char* src_data, OPJ_SIZE_T src_size)