Index: src/codec/SkBmpMaskCodec.cpp |
diff --git a/src/codec/SkBmpMaskCodec.cpp b/src/codec/SkBmpMaskCodec.cpp |
index 7d2d398bb475ebc4dcb57e1aecb1b0e9c46a0721..21d231b15f016987964f0e9fbc0bd084d8059ce5 100644 |
--- a/src/codec/SkBmpMaskCodec.cpp |
+++ b/src/codec/SkBmpMaskCodec.cpp |
@@ -12,10 +12,10 @@ |
/* |
* Creates an instance of the decoder |
*/ |
-SkBmpMaskCodec::SkBmpMaskCodec(int width, int height, const SkEncodedInfo& info, SkStream* stream, |
+SkBmpMaskCodec::SkBmpMaskCodec(const SkImageInfo& info, SkStream* stream, |
uint16_t bitsPerPixel, SkMasks* masks, |
SkCodec::SkScanlineOrder rowOrder) |
- : INHERITED(width, height, info, stream, bitsPerPixel, rowOrder) |
+ : INHERITED(info, stream, bitsPerPixel, rowOrder) |
, fMasks(masks) |
, fMaskSwizzler(nullptr) |
, fSrcBuffer(new uint8_t [this->srcRowBytes()]) |