| Index: third_party/WebKit/Source/platform/graphics/ImageSource.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageSource.cpp b/third_party/WebKit/Source/platform/graphics/ImageSource.cpp
|
| index ccac03fb0562d51ee5719e936f8a29646d1135b0..85de405baf0f488b4484aeb7d30af418e0f6413e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageSource.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageSource.cpp
|
| @@ -100,7 +100,7 @@
|
| }
|
|
|
| int ImageSource::RepetitionCount() {
|
| - return decoder_ ? decoder_->RepetitionCount() : kAnimationNone;
|
| + return decoder_ ? decoder_->RepetitionCount() : kCAnimationNone;
|
| }
|
|
|
| size_t ImageSource::FrameCount() const {
|
|
|