Chromium Code Reviews| Index: Source/platform/image-decoders/bmp/BMPImageReader.h |
| =================================================================== |
| --- Source/platform/image-decoders/bmp/BMPImageReader.h (revision 170086) |
| +++ Source/platform/image-decoders/bmp/BMPImageReader.h (working copy) |
| @@ -332,7 +332,6 @@ |
| int m_bitShiftsLeft[4]; |
| // The color palette, for paletted formats. |
| - size_t m_tableSizeInBytes; |
|
Peter Kasting
2014/03/26 21:35:52
This is just cleanup unconnected to the bugfix: we
|
| Vector<RGBTriple> m_colorTable; |
| // The coordinate to which we've decoded the image. |