#include "third_party/blink/renderer/core/svg/animation/element_smil_animations.h"
#include "third_party/blink/renderer/core/svg/animation/smil_animation_sandwich.h"
namespace blink {
ElementSMILAnimations::ElementSMILAnimations() = default;
void ElementSMILAnimations::AddAnimation(const QualifiedName& attribute,
SVGAnimationElement* animation) { … }
void ElementSMILAnimations::RemoveAnimation(const QualifiedName& attribute,
SVGAnimationElement* animation) { … }
bool ElementSMILAnimations::Apply(SMILTime elapsed) { … }
void ElementSMILAnimations::Trace(Visitor* visitor) const { … }
}