| Index: third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h b/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
|
| index ad951bf7633fe108b5a742b70f8a45f2f2e3be9a..a41bf4e6d6b75d7d5ee0f9d2eae1ea468fcc6ec6 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
|
| @@ -183,7 +183,7 @@
|
| // correct size and returns its size.
|
| size_t FrameCount();
|
|
|
| - virtual int RepetitionCount() const { return kAnimationNone; }
|
| + virtual int RepetitionCount() const { return kCAnimationNone; }
|
|
|
| // Decodes as much of the requested frame as possible, and returns an
|
| // ImageDecoder-owned pointer.
|
|
|