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

Unified Diff: third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.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/ImageFrameGeneratorTest.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp b/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp
index e022cdf9168a83fca1981b6b28983757601ba2f6..e7fe76d4043b21cb92cd51feb73e1c9e70d57093 100644
--- a/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp
@@ -89,7 +89,7 @@
size_t FrameCount() override { return frame_count_; }
int RepetitionCount() const override {
- return frame_count_ == 1 ? kAnimationNone : kAnimationLoopOnce;
+ return frame_count_ == 1 ? kCAnimationNone : kCAnimationLoopOnce;
}
float FrameDuration() const override { return 0; }

Powered by Google App Engine
This is Rietveld 408576698