| Index: third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp
|
| index b7d9c4821816b787f24d43236fa550797a4363c9..60892fe5bc6591ebb3c2d7bfaa8e72722593a72b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp
|
| @@ -103,7 +103,8 @@ TEST(DeferredImageDecoderTestWoPlatform, fragmentedSignature) {
|
| buffer, false, ImageDecoder::AlphaPremultiplied,
|
| ImageDecoder::GammaAndColorProfileIgnored));
|
|
|
| - // Append the rest of the data. We should be able to sniff the signature now, even if segmented.
|
| + // Append the rest of the data. We should be able to sniff the signature
|
| + // now, even if segmented.
|
| buffer->append<size_t>(data + 1, skData->size() - 1);
|
| EXPECT_TRUE(ImageDecoder::hasSufficientDataToSniffImageType(*buffer));
|
| std::unique_ptr<DeferredImageDecoder> decoder =
|
|
|