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

// Copyright 2019 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/vr_service_type_converters.h"

#include "ui/gfx/geometry/point3_f.h"

namespace mojo {

std::optional<blink::XRPlane::Orientation>
TypeConverter<std::optional<blink::XRPlane::Orientation>,
              device::mojom::blink::XRPlaneOrientation>::
    Convert(const device::mojom::blink::XRPlaneOrientation& orientation) {}

blink::HeapVector<blink::Member<blink::DOMPointReadOnly>>
TypeConverter<blink::HeapVector<blink::Member<blink::DOMPointReadOnly>>,
              Vector<device::mojom::blink::XRPlanePointDataPtr>>::
    Convert(const Vector<device::mojom::blink::XRPlanePointDataPtr>& vertices) {}

}  // namespace mojo