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