chromium/third_party/blink/renderer/core/events/animation_playback_event.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/core/events/animation_playback_event.h"

#include "third_party/blink/renderer/bindings/core/v8/v8_animation_playback_event_init.h"
#include "third_party/blink/renderer/core/animation/timing.h"
#include "third_party/blink/renderer/core/css/cssom/css_unit_values.h"
#include "third_party/blink/renderer/core/event_interface_names.h"

namespace blink {

AnimationPlaybackEvent::AnimationPlaybackEvent(const AtomicString& type,
                                               V8CSSNumberish* current_time,
                                               V8CSSNumberish* timeline_time)
    :{}

AnimationPlaybackEvent::AnimationPlaybackEvent(
    const AtomicString& type,
    const AnimationPlaybackEventInit* initializer)
    :{}

AnimationPlaybackEvent::~AnimationPlaybackEvent() = default;

const AtomicString& AnimationPlaybackEvent::InterfaceName() const {}

void AnimationPlaybackEvent::Trace(Visitor* visitor) const {}

}  // namespace blink