| Index: third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp
|
| diff --git a/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp b/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp
|
| index 6f2f0f36a78c20a3cf543ea2ae53fb7df63de8a5..d85371c71891ce433295ba04a6b91bd7e5e3391d 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp
|
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp
|
| @@ -105,7 +105,7 @@ void NotificationImageLoader::didFinishLoading(unsigned long resourceIdentifier,
|
|
|
| std::unique_ptr<ImageDecoder> decoder = ImageDecoder::create(
|
| m_data, true /* dataComplete */, ImageDecoder::AlphaPremultiplied,
|
| - ImageDecoder::GammaAndColorProfileApplied);
|
| + ImageDecoder::ColorSpaceApplied);
|
| if (decoder) {
|
| // The |ImageFrame*| is owned by the decoder.
|
| ImageFrame* imageFrame = decoder->frameBufferAtIndex(0);
|
|
|