// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MEDIA_MOJO_MOJOM_VIDEO_COLOR_SPACE_MOJOM_TRAITS_H_ #define MEDIA_MOJO_MOJOM_VIDEO_COLOR_SPACE_MOJOM_TRAITS_H_ #include "media/base/video_color_space.h" #include "media/mojo/mojom/media_types.mojom.h" namespace mojo { template <> struct StructTraits<media::mojom::VideoColorSpaceDataView, media::VideoColorSpace> { … }; } // namespace mojo #endif // MEDIA_MOJO_MOJOM_VIDEO_COLOR_SPACE_MOJOM_TRAITS_H_