summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/events/animation_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/events/animation_event.h')
-rw-r--r--chromium/third_party/blink/renderer/core/events/animation_event.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/events/animation_event.h b/chromium/third_party/blink/renderer/core/events/animation_event.h
index 69d57ccc6b1..9189ed645cb 100644
--- a/chromium/third_party/blink/renderer/core/events/animation_event.h
+++ b/chromium/third_party/blink/renderer/core/events/animation_event.h
@@ -28,10 +28,11 @@
#include "third_party/blink/renderer/core/animation/animation_time_delta.h"
#include "third_party/blink/renderer/core/dom/events/event.h"
-#include "third_party/blink/renderer/core/events/animation_event_init.h"
namespace blink {
+class AnimationEventInit;
+
class AnimationEvent final : public Event {
DEFINE_WRAPPERTYPEINFO();
@@ -65,7 +66,7 @@ class AnimationEvent final : public Event {
const AtomicString& InterfaceName() const override;
- void Trace(blink::Visitor*) override;
+ void Trace(Visitor*) override;
private:
String animation_name_;