// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "gpu/ipc/common/context_creation_attribs_mojom_traits.h" #include "ui/gfx/geometry/mojom/geometry_mojom_traits.h" #include "ui/gl/mojom/gpu_preference_mojom_traits.h" namespace mojo { bool StructTraits<gpu::mojom::ContextCreationAttribsDataView, gpu::ContextCreationAttribs>:: Read(gpu::mojom::ContextCreationAttribsDataView data, gpu::ContextCreationAttribs* out) { … } } // namespace mojo