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

#include "third_party/blink/renderer/modules/xr/xr_rigid_transform.h"

namespace blink {

XRPose::XRPose(const gfx::Transform& pose_model_matrix, bool emulated_position)
    :{}

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

}  // namespace blink