| Index: third_party/WebKit/Source/platform/graphics/PictureSnapshot.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/PictureSnapshot.cpp b/third_party/WebKit/Source/platform/graphics/PictureSnapshot.cpp
|
| index cdf740b2784d59b9517c74e35652de7ef4f8c156..5ecc90eae367768ffd8feb063d1b6802f9ed7608 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PictureSnapshot.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/PictureSnapshot.cpp
|
| @@ -61,7 +61,7 @@ PictureSnapshot::PictureSnapshot(PassRefPtr<const SkPicture> picture)
|
| static bool decodeBitmap(const void* data, size_t length, SkBitmap* result)
|
| {
|
| std::unique_ptr<ImageDecoder> imageDecoder = ImageDecoder::create(ImageDecoder::determineImageType(static_cast<const char*>(data), length),
|
| - ImageDecoder::AlphaPremultiplied, ImageDecoder::GammaAndColorProfileIgnored);
|
| + ImageDecoder::AlphaPremultiplied, ImageDecoder::GammaAndColorProfileNotApplied);
|
| if (!imageDecoder)
|
| return false;
|
|
|
|
|