Index: third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.h |
diff --git a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.h b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.h |
index 60d07e4dabe08ef344ff8679f0fe7bb9652def8e..74da4b827b04a26410b837392ac24f03a1abfb4c 100644 |
--- a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.h |
+++ b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.h |
@@ -116,13 +116,13 @@ class GIFLZWContext final { |
int codesize; |
int codemask; |
int clear_code; // Codeword used to trigger dictionary reset. |
- int avail; // Index of next available slot in dictionary. |
+ int avail; // Index of next available slot in dictionary. |
int oldcode; |
unsigned char firstchar; |
- int bits; // Number of unread bits in "datum". |
- int datum; // 32-bit input buffer. |
- int ipass; // Interlace pass; Ranges 1-4 if interlaced. |
- size_t irow; // Current output row, starting at zero. |
+ int bits; // Number of unread bits in "datum". |
+ int datum; // 32-bit input buffer. |
+ int ipass; // Interlace pass; Ranges 1-4 if interlaced. |
+ size_t irow; // Current output row, starting at zero. |
size_t rows_remaining; // Rows remaining to be output. |
unsigned short prefix[kMaxDictionaryEntries]; |