Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1657)

Unified Diff: Source/platform/image-decoders/bmp/BMPImageReader.h

Issue 213613002: Change the BMP decoder to not reject paletted images which use color indexes (Closed) Base URL: svn://svn.chromium.org/blink/trunk/
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/platform/image-decoders/bmp/BMPImageReader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | Source/platform/image-decoders/bmp/BMPImageReader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698