// 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_GPU_FENCE_HANDLE_MOJOM_TRAITS_H_ #define UI_GFX_MOJOM_GPU_FENCE_HANDLE_MOJOM_TRAITS_H_ #include "base/component_export.h" #include "build/build_config.h" #include "ui/gfx/gpu_fence_handle.h" #include "ui/gfx/mojom/gpu_fence_handle.mojom-shared.h" namespace mojo { template <> struct COMPONENT_EXPORT(GFX_SHARED_MOJOM_TRAITS) StructTraits<gfx::mojom::GpuFenceHandleDataView, gfx::GpuFenceHandle> { … }; } // namespace mojo #endif // UI_GFX_MOJOM_GPU_FENCE_HANDLE_MOJOM_TRAITS_H_