| Index: third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp
|
| index f87e3352fcad11e2a364d9410067bcf8cf7e23b5..232e52c61a180efde4f62dc849994e440e473a52 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp
|
| @@ -445,7 +445,7 @@ TEST(AnimatedWebPTests, isSizeAvailable) {
|
| 32000);
|
| }
|
|
|
| -TEST(AnimatedWEBPTests, clearCacheExceptFrameWithAncestors) {
|
| +TEST(AnimatedWebPTests, clearCacheExceptFrameWithAncestors) {
|
| std::unique_ptr<ImageDecoder> decoder = CreateWEBPDecoder();
|
|
|
| RefPtr<SharedBuffer> full_data =
|
|
|