| 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 1a4814618b6c885ae2e473edb961e504a8c8b888..9786c3092ad9ef1acb49475a62aad6f8352e5bb3 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PictureSnapshot.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/PictureSnapshot.cpp
|
| @@ -67,7 +67,7 @@ class SkiaImageDecoder final : public SkImageDeserializer {
|
| SegmentReader::createFromSkData(SkData::MakeWithoutCopy(data, length));
|
| std::unique_ptr<ImageDecoder> imageDecoder = ImageDecoder::create(
|
| segmentReader.release(), true, ImageDecoder::AlphaPremultiplied,
|
| - ImageDecoder::ColorSpaceIgnored, nullptr);
|
| + ColorBehavior::ignore());
|
| if (!imageDecoder)
|
| return nullptr;
|
|
|
|
|