| Index: Source/core/animation/TimedItem.cpp
|
| diff --git a/Source/core/animation/TimedItem.cpp b/Source/core/animation/TimedItem.cpp
|
| index 1ef24520016b71953899026b4b5c3b69a5e0dca2..f8f4a00ef13b7df460fb482acbae4bc806b2c537 100644
|
| --- a/Source/core/animation/TimedItem.cpp
|
| +++ b/Source/core/animation/TimedItem.cpp
|
| @@ -108,6 +108,9 @@ void TimedItem::updateInheritedTime(double inheritedTime) const
|
|
|
| // FIXME: This probably shouldn't be recursive.
|
| updateChildrenAndEffects(wasInEffect);
|
| +
|
| + m_calculated.timeToEffectChange = calculateTimeToEffectChange(localTime, m_startTime + m_specified.startDelay, m_calculated.phase);
|
| +
|
| }
|
|
|
| } // namespace WebCore
|
|
|