// gpu/ipc/common/gpu_channel.mojom-shared-message-ids.h is auto generated by mojom_bindings_generator.py, do not edit // Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef GPU_IPC_COMMON_GPU_CHANNEL_MOJOM_SHARED_MESSAGE_IDS_H_ #define GPU_IPC_COMMON_GPU_CHANNEL_MOJOM_SHARED_MESSAGE_IDS_H_ #include <stdint.h> namespace gpu::mojom { namespace messages { enum class GpuChannel : uint32_t { … }; enum class CommandBuffer : uint32_t { … }; enum class CommandBufferClient : uint32_t { … }; } // namespace messages } // gpu::mojom #endif // GPU_IPC_COMMON_GPU_CHANNEL_MOJOM_SHARED_MESSAGE_IDS_H_