| // gpu/ipc/common/traits_test_service.test-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_TRAITS_TEST_SERVICE_TEST_MOJOM_SHARED_MESSAGE_IDS_H_ |
| #define GPU_IPC_COMMON_TRAITS_TEST_SERVICE_TEST_MOJOM_SHARED_MESSAGE_IDS_H_ |
| |
| #include <stdint.h> |
| |
| |
| namespace gpu::mojom { |
| namespace messages { |
| |
| |
| enum class TraitsTestService : uint32_t { |
| kEchoGpuDevice = 0, |
| kEchoGpuInfo = 1, |
| kEchoMailbox = 2, |
| kEchoMailboxHolder = 3, |
| kEchoSyncToken = 4, |
| kEchoVideoDecodeAcceleratorSupportedProfile = 5, |
| kEchoVideoDecodeAcceleratorCapabilities = 6, |
| kEchoVideoEncodeAcceleratorSupportedProfile = 7, |
| kEchoGpuPreferences = 8, |
| }; |
| |
| } // namespace messages |
| |
| } // gpu::mojom |
| |
| #endif // GPU_IPC_COMMON_TRAITS_TEST_SERVICE_TEST_MOJOM_SHARED_MESSAGE_IDS_H_ |