| Index: third_party/WebKit/Source/platform/graphics/ImageDecodingStoreTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageDecodingStoreTest.cpp b/third_party/WebKit/Source/platform/graphics/ImageDecodingStoreTest.cpp
|
| index a56f0cfac03b31ad160e8e2f99a3dbe427504fda..3c65596517fcebe87da821eb97d9a867c9e76209 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageDecodingStoreTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageDecodingStoreTest.cpp
|
| @@ -54,7 +54,7 @@ class ImageDecodingStoreTest : public ::testing::Test,
|
| ImageFrame::Status GetStatus() override { return ImageFrame::kFramePartial; }
|
|
|
| size_t FrameCount() override { return 1; }
|
| - int RepetitionCount() const override { return kCAnimationNone; }
|
| + int RepetitionCount() const override { return kAnimationNone; }
|
| float FrameDuration() const override { return 0; }
|
|
|
| protected:
|
|
|