Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(929)

Unified Diff: third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp

Issue 2878363003: Revert of Fix ImageAnimation constant names after Blink renaming (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698