// Copyright 2017 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_CA_LAYER_PARAMS_MOJOM_TRAITS_H_ #define UI_GFX_MOJOM_CA_LAYER_PARAMS_MOJOM_TRAITS_H_ #include "ui/gfx/ca_layer_params.h" #include "ui/gfx/mojom/ca_layer_params.mojom.h" namespace mojo { template <> struct StructTraits<gfx::mojom::CALayerParamsDataView, gfx::CALayerParams> { … }; } // namespace mojo #endif // UI_GFX_MOJOM_CA_LAYER_PARAMS_MOJOM_TRAITS_H_