// 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. #ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_XR_XR_JOINT_SPACE_H_ #define THIRD_PARTY_BLINK_RENDERER_MODULES_XR_XR_JOINT_SPACE_H_ #include <memory> #include <optional> #include <string> #include "device/vr/public/mojom/vr_service.mojom-blink.h" #include "third_party/blink/renderer/modules/xr/xr_hand.h" #include "third_party/blink/renderer/modules/xr/xr_space.h" #include "ui/gfx/geometry/transform.h" namespace blink { class XRSession; class XRJointSpace : public XRSpace { … }; } // namespace blink #endif // THIRD_PARTY_BLINK_RENDERER_MODULES_XR_XR_JOINT_SPACE_H_