// 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. #ifndef UI_GFX_MOJOM_ACCELERATED_WIDGET_MOJOM_TRAITS_H_ #define UI_GFX_MOJOM_ACCELERATED_WIDGET_MOJOM_TRAITS_H_ #include "base/notreached.h" #include "build/build_config.h" #include "ui/gfx/mojom/accelerated_widget.mojom.h" #include "ui/gfx/native_widget_types.h" namespace mojo { template <> struct StructTraits<gfx::mojom::AcceleratedWidgetDataView, gfx::AcceleratedWidget> { … }; } // namespace mojo #endif // UI_GFX_MOJOM_ACCELERATED_WIDGET_MOJOM_TRAITS_H_