// 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. #include "ui/display/mojom/screen_infos_mojom_traits.h" #include "ui/display/mojom/screen_info_mojom_traits.h" #include "ui/gfx/geometry/mojom/geometry.mojom.h" namespace mojo { // static bool StructTraits<display::mojom::ScreenInfosDataView, display::ScreenInfos>:: Read(display::mojom::ScreenInfosDataView data, display::ScreenInfos* out) { … } } // namespace mojo