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