| 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 b644b0cff08edcbadcf3f71bf68bd9d61ad43d19..89bb7ac57726d3769b428d614b097b9f7c501b64 100644
|
| --- a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| @@ -25,6 +25,7 @@
|
|
|
| #include "core/svg/animation/SMILTimeContainer.h"
|
|
|
| +#include <algorithm>
|
| #include "core/animation/AnimationClock.h"
|
| #include "core/animation/DocumentTimeline.h"
|
| #include "core/dom/ElementTraversal.h"
|
| @@ -34,7 +35,6 @@
|
| #include "core/svg/SVGSVGElement.h"
|
| #include "core/svg/animation/SMILTime.h"
|
| #include "core/svg/animation/SVGSMILElement.h"
|
| -#include <algorithm>
|
|
|
| namespace blink {
|
|
|
| @@ -51,9 +51,7 @@ SMILTimeContainer::SMILTimeContainer(SVGSVGElement& owner)
|
| m_wakeupTimer(this, &SMILTimeContainer::wakeupTimerFired),
|
| m_animationPolicyOnceTimer(this,
|
| &SMILTimeContainer::animationPolicyTimerFired),
|
| - m_ownerSVGElement(&owner)
|
| -{
|
| -}
|
| + m_ownerSVGElement(&owner) {}
|
|
|
| SMILTimeContainer::~SMILTimeContainer() {
|
| cancelAnimationFrame();
|
|
|