| Index: third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| index 1518f51ed77e25ca352366285edb129eb2a27e33..2e0e007cc221b427abeb514d1eeb28400a623a86 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| @@ -112,7 +112,7 @@
|
| bitmap_.allocPixels(SkImageInfo::MakeN32Premul(100, 100));
|
| canvas_ = base::MakeUnique<cc::SkiaPaintCanvas>(bitmap_);
|
| decode_request_count_ = 0;
|
| - repetition_count_ = kAnimationNone;
|
| + repetition_count_ = kCAnimationNone;
|
| status_ = ImageFrame::kFrameComplete;
|
| frame_duration_ = 0;
|
| decoded_size_ = actual_decoder_->Size();
|
|
|