chromium/device/vr/util/hit_test_subscription_data.h

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef DEVICE_VR_UTIL_HIT_TEST_SUBSCRIPTION_DATA_H_
#define DEVICE_VR_UTIL_HIT_TEST_SUBSCRIPTION_DATA_H_

#include "base/component_export.h"
#include "device/vr/public/mojom/vr_service.mojom.h"

namespace device {

HitTestSubscriptionId;

struct COMPONENT_EXPORT(DEVICE_VR_UTIL) HitTestSubscriptionData {};

struct COMPONENT_EXPORT(DEVICE_VR_UTIL) TransientInputHitTestSubscriptionData {};

}  // namespace device

#endif  // DEVICE_VR_UTIL_HIT_TEST_SUBSCRIPTION_DATA_H_