Chromium Code Reviews| Index: include/codec/SkScanlineDecoder.h |
| diff --git a/include/codec/SkScanlineDecoder.h b/include/codec/SkScanlineDecoder.h |
| index c047223d7cb27a1b85e0205920919fccc3d2dcb5..0bc9cdbb34c7616a6efcc3a30f922d3156f43cd0 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; } |
|
djsollen
2015/04/29 13:59:45
shouldn't this be const SkImageInfo& dstInfo()?
msarett
2015/04/29 14:42:55
Agreed!
|
| + |
| private: |
| const SkImageInfo fDstInfo; |
| int fCurrScanline; |