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

Unified Diff: third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.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/image-decoders/ImageDecoderTestHelpers.cpp
diff --git a/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.cpp b/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.cpp
index 41643a03c798f131a36ec6be5aa98de0aac6abef..42f45366a89bbbbd81ab3c6100ce9145dba0ccc4 100644
--- a/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.cpp
+++ b/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.cpp
@@ -235,7 +235,7 @@
EXPECT_TRUE(decoder->Size().IsEmpty());
EXPECT_FALSE(decoder->HasEmbeddedColorSpace());
EXPECT_EQ(0u, decoder->FrameCount());
- EXPECT_EQ(kAnimationLoopOnce, decoder->RepetitionCount());
+ EXPECT_EQ(kCAnimationLoopOnce, decoder->RepetitionCount());
EXPECT_FALSE(decoder->FrameBufferAtIndex(0));
} else {
EXPECT_TRUE(decoder->IsSizeAvailable());

Powered by Google App Engine
This is Rietveld 408576698