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; |