// 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. #ifdef UNSAFE_BUFFERS_BUILD // TODO(crbug.com/351564777): Remove this and convert code to safer constructs. #pragma allow_unsafe_buffers #endif #ifndef DEVICE_VR_PUBLIC_MOJOM_RGBA_TUPLE_F16_H_ #define DEVICE_VR_PUBLIC_MOJOM_RGBA_TUPLE_F16_H_ #include <stddef.h> #include <stdint.h> namespace device { struct RgbaTupleF16 { … }; static_assert …; } // namespace device #endif // DEVICE_VR_PUBLIC_MOJOM_RGBA_TUPLE_F16_H_