Chromium Code Reviews| 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 ea4acb278a050386e79e3c5a1a48017b193c7694..22755c40331b479aaea5b48852bae3b9d5aa6bf8 100644 |
| --- a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp |
| +++ b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp |
| @@ -79,7 +79,6 @@ TEST(GIFImageDecoderTest, decodeTwoFrames) { |
| RefPtr<SharedBuffer> data = readFile(layoutTestResourcesDir, "animated.gif"); |
| ASSERT_TRUE(data.get()); |
| decoder->setData(data.get(), true); |
| - EXPECT_EQ(cAnimationLoopOnce, decoder->repetitionCount()); |
|
cblume
2017/01/09 04:11:22
This test *used* to assert that we hadn't yet seen
|
| ImageFrame* frame = decoder->frameBufferAtIndex(0); |
| uint32_t generationID0 = frame->bitmap().getGenerationID(); |