// 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 "third_party/blink/public/common/frame/frame_visual_properties_mojom_traits.h" #include "services/viz/public/mojom/compositing/local_surface_id.mojom.h" #include "ui/display/mojom/screen_infos.mojom.h" #include "ui/gfx/mojom/display_color_spaces.mojom.h" namespace mojo { bool StructTraits<blink::mojom::FrameVisualPropertiesDataView, blink::FrameVisualProperties>:: Read(blink::mojom::FrameVisualPropertiesDataView data, blink::FrameVisualProperties* out) { … } } // namespace mojo