// 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 UI_DISPLAY_MOJOM_SCREEN_INFOS_MOJOM_TRAITS_H_ #define UI_DISPLAY_MOJOM_SCREEN_INFOS_MOJOM_TRAITS_H_ #include "base/component_export.h" #include "base/containers/flat_set.h" #include "ui/display/mojom/screen_infos.mojom-shared.h" #include "ui/display/screen_infos.h" namespace mojo { template <> struct COMPONENT_EXPORT(DISPLAY_SHARED_MOJOM_TRAITS) StructTraits<display::mojom::ScreenInfosDataView, display::ScreenInfos> { … }; } // namespace mojo #endif // UI_DISPLAY_MOJOM_SCREEN_INFOS_MOJOM_TRAITS_H_