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

Unified Diff: Source/core/animation/AnimationNode.cpp

Issue 814083003: Update animation when changes in animation keyframes are detected. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add tests for changing timing function Created 6 years 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: Source/core/animation/AnimationNode.cpp
diff --git a/Source/core/animation/AnimationNode.cpp b/Source/core/animation/AnimationNode.cpp
index f1f13e96670c60c755fb8219b4d9ad04fb7990a9..c024c6d6926a173ae9f85065bf65277640d2c6ff 100644
--- a/Source/core/animation/AnimationNode.cpp
+++ b/Source/core/animation/AnimationNode.cpp
@@ -60,6 +60,7 @@ AnimationNode::AnimationNode(const Timing& timing, PassOwnPtrWillBeRawPtr<EventD
, m_calculated()
, m_needsUpdate(true)
, m_lastUpdateTime(nullValue())
+ , m_styleChangeCounter(0)
{
m_timing.assertValid();
}

Powered by Google App Engine
This is Rietveld 408576698