| Index: src/codec/SkGifInterlaceIter.cpp
|
| diff --git a/src/codec/SkGifInterlaceIter.cpp b/src/codec/SkGifInterlaceIter.cpp
|
| index 268a142e8678b35e71573c9b58199c87bcb873ba..a27d14bf1a22ee948caf070a881815ae63994adf 100644
|
| --- a/src/codec/SkGifInterlaceIter.cpp
|
| +++ b/src/codec/SkGifInterlaceIter.cpp
|
| @@ -13,7 +13,6 @@ static const uint8_t kDeltaInterlaceYValues[] = { 8, 8, 4, 2 };
|
| SkGifInterlaceIter::SkGifInterlaceIter(int height) : fHeight(height) {
|
| fStartYPtr = kStartingInterlaceYValues;
|
| fDeltaYPtr = kDeltaInterlaceYValues;
|
| -
|
| fCurrY = *fStartYPtr++;
|
| fDeltaY = *fDeltaYPtr++;
|
| }
|
|
|