From 97fdea6c4393cf0102d7eee5790782509fb4f57b Mon Sep 17 00:00:00 2001 From: msarett Date: Wed, 29 Apr 2015 08:17:15 -0700 Subject: Implementing a scanline decoder for jpeg BUG=skia:3257 Review URL: https://codereview.chromium.org/1092303003 --- include/codec/SkScanlineDecoder.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/codec') diff --git a/include/codec/SkScanlineDecoder.h b/include/codec/SkScanlineDecoder.h index c047223d7c..d7f73dda56 100644 --- a/include/codec/SkScanlineDecoder.h +++ b/include/codec/SkScanlineDecoder.h @@ -77,6 +77,8 @@ protected: virtual bool onReallyHasAlpha() const { return false; } + const SkImageInfo& dstInfo() const { return fDstInfo; } + private: const SkImageInfo fDstInfo; int fCurrScanline; -- cgit v1.2.3