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

Unified Diff: Source/core/platform/animation/AnimationList.cpp

Issue 14391005: Rename Animation -> PrimitiveAnimation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update to long paths Created 7 years, 8 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
« no previous file with comments | « Source/core/platform/animation/AnimationList.h ('k') | Source/core/platform/animation/CSSAnimationData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/animation/AnimationList.cpp
diff --git a/Source/core/platform/animation/AnimationList.cpp b/Source/core/platform/animation/AnimationList.cpp
index ba80373f14387a2306650ab4bb54033002d3f073..5153a04c7ed0a1cb7db805233a22957c91804148 100644
--- a/Source/core/platform/animation/AnimationList.cpp
+++ b/Source/core/platform/animation/AnimationList.cpp
@@ -34,7 +34,7 @@ if (i < size() && i != 0) { \
AnimationList::AnimationList(const AnimationList& o)
{
for (size_t i = 0; i < o.size(); ++i)
- m_animations.append(Animation::create(o.animation(i)));
+ m_animations.append(CSSAnimationData::create(o.animation(i)));
}
void AnimationList::fillUnsetProperties()
« no previous file with comments | « Source/core/platform/animation/AnimationList.h ('k') | Source/core/platform/animation/CSSAnimationData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698