// Copyright 2023 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_SHARED_IMAGE_CAPABILITIES_MOJOM_TRAITS_H_ #define GPU_IPC_COMMON_SHARED_IMAGE_CAPABILITIES_MOJOM_TRAITS_H_ #include "gpu/command_buffer/common/shared_image_capabilities.h" #include "gpu/gpu_export.h" #include "gpu/ipc/common/shared_image_capabilities.mojom.h" namespace mojo { template <> struct GPU_EXPORT StructTraits<gpu::mojom::SharedImageCapabilitiesDataView, gpu::SharedImageCapabilities> { … }; } // namespace mojo #endif // GPU_IPC_COMMON_SHARED_IMAGE_CAPABILITIES_MOJOM_TRAITS_H_