| 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 3c65596517fcebe87da821eb97d9a867c9e76209..a56f0cfac03b31ad160e8e2f99a3dbe427504fda 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageDecodingStoreTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageDecodingStoreTest.cpp
|
| @@ -54,7 +54,7 @@
|
| ImageFrame::Status GetStatus() override { return ImageFrame::kFramePartial; }
|
|
|
| size_t FrameCount() override { return 1; }
|
| - int RepetitionCount() const override { return kAnimationNone; }
|
| + int RepetitionCount() const override { return kCAnimationNone; }
|
| float FrameDuration() const override { return 0; }
|
|
|
| protected:
|
|
|