Index: include/codec/SkScanlineDecoder.h |
diff --git a/include/codec/SkScanlineDecoder.h b/include/codec/SkScanlineDecoder.h |
index c047223d7cb27a1b85e0205920919fccc3d2dcb5..d7f73dda56f92ef4bccc7bc431282b43d05a05a0 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; |