Index: src/codec/SkGifCodec.h |
diff --git a/src/codec/SkGifCodec.h b/src/codec/SkGifCodec.h |
index 984bceafd1ad069936774210eb12ae62c76eb8bc..a08e7ee552f572158c44c60e31da398af1fd3e26 100644 |
--- a/src/codec/SkGifCodec.h |
+++ b/src/codec/SkGifCodec.h |
@@ -182,15 +182,15 @@ |
* Creates an instance of the decoder |
* Called only by NewFromStream |
* |
- * @param info contains properties of the encoded data |
+ * @param srcInfo contains the source width and height |
* @param stream the stream of image data |
* @param gif pointer to library type that manages gif decode |
* takes ownership |
* @param transIndex The transparent index. An invalid value |
* indicates that there is no transparent index. |
*/ |
- SkGifCodec(int width, int height, const SkEncodedInfo& info, SkStream* stream, |
- GifFileType* gif, uint32_t transIndex, const SkIRect& frameRect, bool frameIsSubset); |
+ SkGifCodec(const SkImageInfo& srcInfo, SkStream* stream, GifFileType* gif, uint32_t transIndex, |
+ const SkIRect& frameRect, bool frameIsSubset); |
SkAutoTCallVProc<GifFileType, CloseGif> fGif; // owned |
SkAutoTDeleteArray<uint8_t> fSrcBuffer; |