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 d85371c71891ce433295ba04a6b91bd7e5e3391d..64819e62b03fdf055c1c4df8a92e09eb3420ff82 100644 |
--- a/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp |
+++ b/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp |
@@ -105,7 +105,8 @@ void NotificationImageLoader::didFinishLoading(unsigned long resourceIdentifier, |
std::unique_ptr<ImageDecoder> decoder = ImageDecoder::create( |
m_data, true /* dataComplete */, ImageDecoder::AlphaPremultiplied, |
- ImageDecoder::ColorSpaceApplied); |
+ ImageDecoder::ColorSpaceTransformed, |
+ ImageDecoder::globalTargetColorSpace()); |
if (decoder) { |
// The |ImageFrame*| is owned by the decoder. |
ImageFrame* imageFrame = decoder->frameBufferAtIndex(0); |