chromium/device/vr/create_anchor_request.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 "device/vr/create_anchor_request.h"

namespace device {

CreateAnchorRequest::CreateAnchorRequest(
    const mojom::XRNativeOriginInformation& native_origin_information,
    const gfx::Transform native_origin_from_anchor,
    CreateAnchorCallback callback)
    :{}
CreateAnchorRequest::CreateAnchorRequest(CreateAnchorRequest&& other) = default;
CreateAnchorRequest::~CreateAnchorRequest() = default;

const mojom::XRNativeOriginInformation&
CreateAnchorRequest::GetNativeOriginInformation() const {}

const gfx::Transform& CreateAnchorRequest::GetNativeOriginFromAnchor() const {}

const base::TimeTicks& CreateAnchorRequest::GetRequestStartTime() const {}

CreateAnchorCallback CreateAnchorRequest::TakeCallback() {}

}  // namespace device