| Index: third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| index 0dc66056d202a6a8b6756f53575fcbb2e643a80d..f4fb7758ac46527a2de2f721088d7f7d037a87d2 100644
|
| --- a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| @@ -227,9 +227,10 @@ void SMILTimeContainer::resume()
|
|
|
| m_paused = false;
|
|
|
| - if (isStarted())
|
| - synchronizeToDocumentTimeline();
|
| + if (!isStarted())
|
| + return;
|
|
|
| + synchronizeToDocumentTimeline();
|
| scheduleWakeUp(0, SynchronizeAnimations);
|
| }
|
|
|
|
|