#pragma once
+#include <wtf/Forward.h>
#include <wtf/Ref.h>
#include <wtf/RefCounted.h>
#include <wtf/RefPtr.h>
~WebAnimation();
AnimationTimeline* timeline() const { return m_timeline.get(); }
+ String description();
private:
WebAnimation(AnimationTimeline*);