#ifndef DEVICE_VR_PUBLIC_MOJOM_XR_SESSION_MOJOM_BLINK_FORWARD_H_
#define DEVICE_VR_PUBLIC_MOJOM_XR_SESSION_MOJOM_BLINK_FORWARD_H_
#include <stdint.h>
#include "mojo/public/cpp/bindings/struct_forward.h"
#include "mojo/public/interfaces/bindings/native_struct.mojom-forward.h"
namespace device::mojom {
enum class RequestSessionError : int32_t;
enum class XRSessionFeature : int32_t;
enum class XRSessionMode : int32_t;
enum class XRDepthUsage : int32_t;
enum class XRDepthDataFormat : int32_t;
}
namespace device::mojom::blink {
RequestSessionError;
XRSessionFeature;
XRSessionMode;
XRDepthUsage;
XRDepthDataFormat;
class XRTrackedImage;
XRTrackedImagePtr;
class XRDepthOptions;
XRDepthOptionsPtr;
class XRSessionOptions;
XRSessionOptionsPtr;
class XrFrameStatistics;
XrFrameStatisticsPtr;
class XrLogMessage;
XrLogMessagePtr;
}
#endif