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

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

Issue 2884803002: Reland of Fix ImageAnimation constant names after Blink renaming (Closed)
Patch Set: Fixing accidental upstream 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 a56f0cfac03b31ad160e8e2f99a3dbe427504fda..3c65596517fcebe87da821eb97d9a867c9e76209 100644
--- a/third_party/WebKit/Source/platform/graphics/ImageDecodingStoreTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/ImageDecodingStoreTest.cpp
@@ -54,7 +54,7 @@ class ImageDecodingStoreTest : public ::testing::Test,
ImageFrame::Status GetStatus() override { return ImageFrame::kFramePartial; }
size_t FrameCount() override { return 1; }
- int RepetitionCount() const override { return kCAnimationNone; }
+ int RepetitionCount() const override { return kAnimationNone; }
float FrameDuration() const override { return 0; }
protected:

Powered by Google App Engine
This is Rietveld 408576698