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..8be1eb71d66a1c5f8ec388a00b4dc1798b4a6760 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::targetColorSpaceForTesting()); |
SkImageInfo pixInfo = SkImageInfo::MakeN32Premul(1, 1); |