| Index: third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp b/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp
|
| index 3686236177da958b90989f12733f622b7da80bdf..8daebc5a01702fba513053ecdc388dcff579f547 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp
|
| @@ -108,8 +108,9 @@ bool BMPImageDecoder::processFileHeader(size_t& imgDataOffset) {
|
| enum {
|
| BMAP = 0x424D, // "BM"
|
| // The following additional OS/2 2.x header values (see
|
| - // http://www.fileformat.info/format/os2bmp/egff.htm ) aren't widely
|
| - // decoded, and are unlikely to be in much use.
|
| + // http://www.fileformat.info/format/os2bmp/egff.htm )
|
| + // aren't widely decoded, and are unlikely to be in much
|
| + // use.
|
| /*
|
| ICON = 0x4943, // "IC"
|
| POINTER = 0x5054, // "PT"
|
|
|