Index: src/codec/SkCodec.cpp |
diff --git a/src/codec/SkCodec.cpp b/src/codec/SkCodec.cpp |
index cfeeb51d0d52f817d370d9d748f7cfc171785a1a..f5a6d36e3b981a31efba661ba05447f4611c575e 100644 |
--- a/src/codec/SkCodec.cpp |
+++ b/src/codec/SkCodec.cpp |
@@ -352,7 +352,7 @@ void SkCodec::fillIncompleteImage(const SkImageInfo& info, void* dst, size_t row |
ZeroInitialized zeroInit, int linesRequested, int linesDecoded) { |
void* fillDst; |
- const uint32_t fillValue = this->getFillValue(info.colorType(), info.alphaType()); |
+ const uint32_t fillValue = this->getFillValue(info.colorType()); |
const int linesRemaining = linesRequested - linesDecoded; |
SkSampler* sampler = this->getSampler(false); |