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

// Copyright 2020 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_image_tracking_result.h"

#include "third_party/blink/renderer/core/html/html_image_element.h"
#include "third_party/blink/renderer/modules/xr/xr_object_space.h"
#include "third_party/blink/renderer/modules/xr/xr_pose.h"
#include "third_party/blink/renderer/modules/xr/xr_session.h"
#include "third_party/blink/renderer/modules/xr/xr_space.h"
#include "ui/gfx/geometry/transform.h"

namespace blink {

XRImageTrackingResult::XRImageTrackingResult(
    XRSession* session,
    const device::mojom::blink::XRTrackedImageData& result)
    :{}

std::optional<gfx::Transform> XRImageTrackingResult::MojoFromObject() const {}

XRSpace* XRImageTrackingResult::imageSpace() const {}

device::mojom::blink::XRNativeOriginInformationPtr
XRImageTrackingResult::NativeOrigin() const {}

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

}  // namespace blink