| Index: third_party/WebKit/Source/platform/image-decoders/png/PNGImageReader.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageReader.cpp b/third_party/WebKit/Source/platform/image-decoders/png/PNGImageReader.cpp
|
| index 3a3268c73a202c8b843a9633cea6435f451ae2de..f43cbdf5a3e78011a042d335d908f83db2170c2e 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageReader.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/png/PNGImageReader.cpp
|
| @@ -535,7 +535,7 @@
|
| if (ignore_animation_)
|
| is_animated_ = false;
|
| if (!is_animated_ || 1 == reported_frame_count_)
|
| - decoder_->SetRepetitionCount(kAnimationNone);
|
| + decoder_->SetRepetitionCount(kCAnimationNone);
|
| if (!decoder_->SetSize(width_, height_))
|
| return false;
|
| decoder_->SetColorSpace();
|
|
|