chromium/third_party/blink/renderer/modules/xr/xr_test_utils.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/xr_test_utils.h"

namespace blink {

Vector<double> GetMatrixDataForTest(const gfx::Transform& matrix) {}

DOMPointInit* MakePointForTest(double x, double y, double z, double w) {}

}  // namespace blink