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

Unified Diff: third_party/WebKit/Source/platform/graphics/ImageDecodingStoreTest.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/ImageDecodingStoreTest.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/ImageDecodingStoreTest.cpp b/third_party/WebKit/Source/platform/graphics/ImageDecodingStoreTest.cpp
index 3c65596517fcebe87da821eb97d9a867c9e76209..a56f0cfac03b31ad160e8e2f99a3dbe427504fda 100644
--- a/third_party/WebKit/Source/platform/graphics/ImageDecodingStoreTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/ImageDecodingStoreTest.cpp
@@ -54,7 +54,7 @@
ImageFrame::Status GetStatus() override { return ImageFrame::kFramePartial; }
size_t FrameCount() override { return 1; }
- int RepetitionCount() const override { return kAnimationNone; }
+ int RepetitionCount() const override { return kCAnimationNone; }
float FrameDuration() const override { return 0; }
protected:

Powered by Google App Engine
This is Rietveld 408576698