| 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 a87875e6517d204fa8744c373900e32a03e3c9fb..0127711a6055169c66e11632a2fc23bd2cc3f644 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| @@ -330,7 +330,7 @@ TEST_F(DeferredImageDecoderTest, smallerFrameCount) {
|
| TEST_F(DeferredImageDecoderTest, frameOpacity) {
|
| std::unique_ptr<DeferredImageDecoder> decoder = DeferredImageDecoder::create(
|
| m_data, true, ImageDecoder::AlphaPremultiplied,
|
| - ImageDecoder::GammaAndColorProfileApplied);
|
| + ImageDecoder::ColorSpaceApplied);
|
|
|
| SkImageInfo pixInfo = SkImageInfo::MakeN32Premul(1, 1);
|
|
|
|
|