| Index: third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp b/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp
|
| index e022cdf9168a83fca1981b6b28983757601ba2f6..e7fe76d4043b21cb92cd51feb73e1c9e70d57093 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp
|
| @@ -89,7 +89,7 @@
|
|
|
| size_t FrameCount() override { return frame_count_; }
|
| int RepetitionCount() const override {
|
| - return frame_count_ == 1 ? kAnimationNone : kAnimationLoopOnce;
|
| + return frame_count_ == 1 ? kCAnimationNone : kCAnimationLoopOnce;
|
| }
|
| float FrameDuration() const override { return 0; }
|
|
|
|
|