| Index: third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp b/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp
|
| index 03cb8fef85b8f1e2198bd1cdf68663f09ee2d4f0..54e2d78b9471ca20af71c42eb5fe9fd6043a011f 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp
|
| @@ -273,20 +273,20 @@
|
| TestByteByByteDecode(&CreateDecoder,
|
| "/LayoutTests/images/resources/"
|
| "small-square-with-colorspin-profile.jpg",
|
| - 1u, kAnimationNone);
|
| + 1u, kCAnimationNone);
|
| }
|
|
|
| TEST(JPEGImageDecoderTest, byteByByteProgressiveJPEG) {
|
| TestByteByByteDecode(&CreateDecoder,
|
| "/LayoutTests/images/resources/bug106024.jpg", 1u,
|
| - kAnimationNone);
|
| + kCAnimationNone);
|
| }
|
|
|
| TEST(JPEGImageDecoderTest, byteByByteRGBJPEGWithAdobeMarkers) {
|
| TestByteByByteDecode(
|
| &CreateDecoder,
|
| "/LayoutTests/images/resources/rgb-jpeg-with-adobe-marker-only.jpg", 1u,
|
| - kAnimationNone);
|
| + kCAnimationNone);
|
| }
|
|
|
| // This test verifies that calling SharedBuffer::MergeSegmentsIntoBuffer() does
|
|
|