Index: third_party/gif/SkGifImageReader.h |
diff --git a/third_party/gif/SkGifImageReader.h b/third_party/gif/SkGifImageReader.h |
index 09c562255062f04d8efcc112d4fc7c2f2a037ad2..6d386c412727f6dbd74ea79a773fdfc283df745b 100644 |
--- a/third_party/gif/SkGifImageReader.h |
+++ b/third_party/gif/SkGifImageReader.h |
@@ -284,7 +284,7 @@ public: |
, m_version(0) |
, m_screenWidth(0) |
, m_screenHeight(0) |
- , m_loopCount(cLoopCountNotSeen) |
+ , m_loopCount(0) |
, m_streamBuffer(stream) |
, m_parseCompleted(false) |
, m_firstFrameHasAlpha(false) |
@@ -292,8 +292,6 @@ public: |
{ |
} |
- static constexpr int cLoopCountNotSeen = -2; |
- |
~SkGifImageReader() |
{ |
} |