// Copyright 2018 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/gpu_feature_info_mojom_traits.h" #include "base/ranges/algorithm.h" #include "build/build_config.h" namespace mojo { // static bool StructTraits<gpu::mojom::GpuFeatureInfoDataView, gpu::GpuFeatureInfo>:: Read(gpu::mojom::GpuFeatureInfoDataView data, gpu::GpuFeatureInfo* out) { … } } // namespace mojo