// 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 GPU_IPC_COMMON_SCHEDULING_PRIORITY_MOJOM_TRAITS_H_ #define GPU_IPC_COMMON_SCHEDULING_PRIORITY_MOJOM_TRAITS_H_ #include "base/notreached.h" #include "gpu/command_buffer/common/scheduling_priority.h" #include "gpu/gpu_export.h" #include "gpu/ipc/common/gpu_channel.mojom-shared.h" #include "mojo/public/cpp/bindings/enum_traits.h" namespace mojo { template <> struct GPU_EXPORT EnumTraits<gpu::mojom::SchedulingPriority, gpu::SchedulingPriority> { … }; } // namespace mojo #endif // GPU_IPC_COMMON_SCHEDULING_PRIORITY_MOJOM_TRAITS_H_