From 7386e293a2b67794e6af02d0b71020a4bc987ce0 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 20 Nov 2015 09:35:06 -0800 Subject: 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 . --- core/src/fxcodec/codec/codec_int.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/src/fxcodec/codec/codec_int.h') 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) -- cgit v1.2.3