#include "third_party/blink/renderer/modules/xr/xr_session_event.h"
namespace blink {
XRSessionEvent::XRSessionEvent() = default;
XRSessionEvent::XRSessionEvent(const AtomicString& type, XRSession* session)
: … { … }
XRSessionEvent::XRSessionEvent(const AtomicString& type,
XRSession* session,
Event::Bubbles bubbles,
Event::Cancelable cancelable,
Event::ComposedMode composed)
: … { … }
XRSessionEvent::XRSessionEvent(const AtomicString& type,
const XRSessionEventInit* initializer)
: … { … }
XRSessionEvent::~XRSessionEvent() = default;
const AtomicString& XRSessionEvent::InterfaceName() const { … }
void XRSessionEvent::Trace(Visitor* visitor) const { … }
}