| Index: third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp b/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
|
| index 83259b1d8b7146f0900268232dbc98af271cfa61..8007f46d386931e344110693b4044d40a3c9063e 100644
|
| --- a/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
|
| @@ -261,7 +261,7 @@ bool decodeImageData(SharedBuffer* data, bool colorCorrection, size_t packetSize
|
| {
|
| std::unique_ptr<ImageDecoder> decoder = ImageDecoder::create(*data,
|
| ImageDecoder::AlphaPremultiplied, colorCorrection ?
|
| - ImageDecoder::GammaAndColorProfileApplied : ImageDecoder::GammaAndColorProfileIgnored);
|
| + ImageDecoder::GammaAndColorProfileApplied : ImageDecoder::GammaAndColorProfileNotApplied);
|
|
|
| if (!packetSize) {
|
| bool allDataReceived = true;
|
|
|