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

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

Issue 1155773002: Devtools Animations: Add cubic bezier easing editor for animations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 6 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 | « no previous file | Source/core/inspector/InspectorAnimationAgent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimationEffect.cpp
diff --git a/Source/core/animation/AnimationEffect.cpp b/Source/core/animation/AnimationEffect.cpp
index 5d1ffc8aa9e9aa6399cb98bad7432ef3b4f4e246..98257a5fd2d058d7e3d79eedf7c4007c2e3bf332 100644
--- a/Source/core/animation/AnimationEffect.cpp
+++ b/Source/core/animation/AnimationEffect.cpp
@@ -92,8 +92,6 @@ double AnimationEffect::activeDurationInternal() const
void AnimationEffect::updateSpecifiedTiming(const Timing& timing)
{
// FIXME: Test whether the timing is actually different?
- if (m_timing == timing)
- return;
m_timing = timing;
invalidate();
if (m_animation)
« no previous file with comments | « no previous file | Source/core/inspector/InspectorAnimationAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698