// Copyright 2019 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/gfx/mojom/gpu_extra_info_mojom_traits.h" #include "build/build_config.h" #include "ui/base/ozone_buildflags.h" #include "ui/gfx/mojom/buffer_types_mojom_traits.h" namespace mojo { // static bool StructTraits<gfx::mojom::ANGLEFeatureDataView, gfx::ANGLEFeature>::Read( gfx::mojom::ANGLEFeatureDataView data, gfx::ANGLEFeature* out) { … } // static bool StructTraits<gfx::mojom::GpuExtraInfoDataView, gfx::GpuExtraInfo>::Read( gfx::mojom::GpuExtraInfoDataView data, gfx::GpuExtraInfo* out) { … } } // namespace mojo