// 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. #ifndef GPU_IPC_COMMON_GPU_PEAK_MEMORY_MOJOM_TRAITS_H_ #define GPU_IPC_COMMON_GPU_PEAK_MEMORY_MOJOM_TRAITS_H_ #include "base/notreached.h" #include "gpu/gpu_export.h" #include "gpu/ipc/common/gpu_peak_memory.h" #include "gpu/ipc/common/gpu_peak_memory.mojom-shared.h" namespace mojo { template <> struct GPU_EXPORT EnumTraits<gpu::mojom::GpuPeakMemoryAllocationSource, gpu::GpuPeakMemoryAllocationSource> { … }; } // namespace mojo #endif // GPU_IPC_COMMON_GPU_PEAK_MEMORY_MOJOM_TRAITS_H_