summaryrefslogtreecommitdiff
path: root/core/fxcodec/codec/ccodec_scanlinedecoder.h
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-09-26 16:14:28 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-26 16:14:28 -0700
commit2ab466e3a59d845422e06e50bc38d4bf31ac1adf (patch)
treef34d7121c70042306739281445f2c19e83185fed /core/fxcodec/codec/ccodec_scanlinedecoder.h
parent2c065322f1b14ca3ff145dc068ab2361704f9e4b (diff)
downloadpdfium-2ab466e3a59d845422e06e50bc38d4bf31ac1adf.tar.xz
Clean up fx_codec_fax.cpp.
Review-Url: https://codereview.chromium.org/2357173005
Diffstat (limited to 'core/fxcodec/codec/ccodec_scanlinedecoder.h')
-rw-r--r--core/fxcodec/codec/ccodec_scanlinedecoder.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/fxcodec/codec/ccodec_scanlinedecoder.h b/core/fxcodec/codec/ccodec_scanlinedecoder.h
index cd18c8d76e..23ecb9582a 100644
--- a/core/fxcodec/codec/ccodec_scanlinedecoder.h
+++ b/core/fxcodec/codec/ccodec_scanlinedecoder.h
@@ -14,6 +14,13 @@ class IFX_Pause;
class CCodec_ScanlineDecoder {
public:
CCodec_ScanlineDecoder();
+ CCodec_ScanlineDecoder(int nOrigWidth,
+ int nOrigHeight,
+ int nOutputWidth,
+ int nOutputHeight,
+ int nComps,
+ int nBpc,
+ uint32_t nPitch);
virtual ~CCodec_ScanlineDecoder();
const uint8_t* GetScanline(int line);