| 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 bf6ea0f31a977355233e1e3c82e4691e99e91eba..ad39b9977d50c72fcbd39637165fd7e1bb19126f 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp
|
| @@ -41,7 +41,7 @@ namespace blink {
|
| static const size_t sizeOfFileHeader = 14;
|
|
|
| BMPImageDecoder::BMPImageDecoder(AlphaOption alphaOption,
|
| - GammaAndColorProfileOption colorOptions,
|
| + ColorSpaceOption colorOptions,
|
| size_t maxDecodedBytes)
|
| : ImageDecoder(alphaOption, colorOptions, maxDecodedBytes),
|
| m_decodedOffset(0) {}
|
|
|