| Index: third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| index b709f605227e15cd47ec6af9205ce82d0e102d11..66b54fb15ca4adf7d4c90e787654be1dc4c5fc89 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| @@ -330,7 +330,8 @@ TEST_F(DeferredImageDecoderTest, smallerFrameCount) {
|
| TEST_F(DeferredImageDecoderTest, frameOpacity) {
|
| std::unique_ptr<DeferredImageDecoder> decoder = DeferredImageDecoder::create(
|
| m_data, true, ImageDecoder::AlphaPremultiplied,
|
| - ImageDecoder::ColorSpaceApplied);
|
| + ImageDecoder::ColorSpaceTransformed,
|
| + ImageDecoder::globalTargetColorSpace());
|
|
|
| SkImageInfo pixInfo = SkImageInfo::MakeN32Premul(1, 1);
|
|
|
|
|