| Index: src/codec/SkGifCodec.h
|
| diff --git a/src/codec/SkGifCodec.h b/src/codec/SkGifCodec.h
|
| index a08e7ee552f572158c44c60e31da398af1fd3e26..a5d73ba7e0a5880132d9a16979a4740660e74c0a 100644
|
| --- a/src/codec/SkGifCodec.h
|
| +++ b/src/codec/SkGifCodec.h
|
| @@ -189,8 +189,8 @@ private:
|
| * @param transIndex The transparent index. An invalid value
|
| * indicates that there is no transparent index.
|
| */
|
| - SkGifCodec(const SkImageInfo& srcInfo, SkStream* stream, GifFileType* gif, uint32_t transIndex,
|
| - const SkIRect& frameRect, bool frameIsSubset);
|
| + SkGifCodec(const SkEncodedInfo& srcInfo, SkStream* stream, GifFileType* gif,
|
| + uint32_t transIndex, const SkIRect& frameRect, bool frameIsSubset);
|
|
|
| SkAutoTCallVProc<GifFileType, CloseGif> fGif; // owned
|
| SkAutoTDeleteArray<uint8_t> fSrcBuffer;
|
|
|