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

Unified Diff: include/codec/SkScanlineDecoder.h

Issue 1092303003: Scanline decoding for jpeg (Closed) Base URL: https://skia.googlesource.com/skia.git@index-scanline
Patch Set: Created 5 years, 8 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 | « no previous file | src/codec/SkJpegCodec.h » ('j') | src/codec/SkJpegCodec.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/codec/SkScanlineDecoder.h
diff --git a/include/codec/SkScanlineDecoder.h b/include/codec/SkScanlineDecoder.h
index c047223d7cb27a1b85e0205920919fccc3d2dcb5..0d81e0cddb5412f8b3df6b3d010a43dc6008338e 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() { return fDstInfo; }
scroggo 2015/04/24 13:14:28 This method can be const
msarett 2015/04/24 15:08:44 Done.
+
private:
const SkImageInfo fDstInfo;
int fCurrScanline;
« no previous file with comments | « no previous file | src/codec/SkJpegCodec.h » ('j') | src/codec/SkJpegCodec.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698