Index: src/codec/SkSampledCodec.h |
diff --git a/src/codec/SkSampledCodec.h b/src/codec/SkSampledCodec.h |
index b3a59126d26c003997cb6426959e49a54e1098f0..6a2070a609b08e8b5ef1c3f139bd3661b33a1bdb 100644 |
--- a/src/codec/SkSampledCodec.h |
+++ b/src/codec/SkSampledCodec.h |
@@ -32,6 +32,8 @@ protected: |
SkCodec::Result onGetAndroidPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, |
const AndroidOptions& options) override; |
+ bool onReallyHasAlpha() const override { return fCodec->reallyHasAlpha(); } |
+ |
private: |
/** |
* Find the best way to account for native scaling. |