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

Unified Diff: third_party/WebKit/Source/platform/graphics/ImageSource.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/ImageSource.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/ImageSource.cpp b/third_party/WebKit/Source/platform/graphics/ImageSource.cpp
index ccac03fb0562d51ee5719e936f8a29646d1135b0..85de405baf0f488b4484aeb7d30af418e0f6413e 100644
--- a/third_party/WebKit/Source/platform/graphics/ImageSource.cpp
+++ b/third_party/WebKit/Source/platform/graphics/ImageSource.cpp
@@ -100,7 +100,7 @@
}
int ImageSource::RepetitionCount() {
- return decoder_ ? decoder_->RepetitionCount() : kAnimationNone;
+ return decoder_ ? decoder_->RepetitionCount() : kCAnimationNone;
}
size_t ImageSource::FrameCount() const {

Powered by Google App Engine
This is Rietveld 408576698