| Index: third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp
|
| index d7ff80ed8abbd1d06688ce880514bd98bcf0a116..74c1633962603ac65dab13ba4cf048095e65e6a0 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp
|
| @@ -391,7 +391,7 @@ TEST(GIFImageDecoderTest, bitmapAlphaType) {
|
| unpremulFrame->getStatus() != ImageFrame::FrameComplete);
|
| EXPECT_EQ(unpremulFrame->bitmap().alphaType(), kUnpremul_SkAlphaType);
|
|
|
| - // Fully decoded frame => the frame alpha type is known (opaque).
|
| + // Fully decoded frame
|
| premulDecoder->setData(fullData.get(), true);
|
| ASSERT_TRUE(premulDecoder->frameCount());
|
| unpremulDecoder->setData(fullData.get(), true);
|
|
|