chromium/third_party/blink/renderer/modules/xr/xr_session_event.cc

// Copyright 2017 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/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 {}

}  // namespace blink