// 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_BASE_CURSOR_MOJOM_CURSOR_MOJOM_TRAITS_H_ #define UI_BASE_CURSOR_MOJOM_CURSOR_MOJOM_TRAITS_H_ #include "ui/base/cursor/cursor.h" #include "ui/base/cursor/mojom/cursor.mojom-shared.h" #include "ui/base/cursor/mojom/cursor_type.mojom-shared.h" class SkBitmap; namespace gfx { class Point; } namespace mojo { template <> struct StructTraits<ui::mojom::CursorDataView, ui::Cursor> { … }; } // namespace mojo #endif // UI_BASE_CURSOR_MOJOM_CURSOR_MOJOM_TRAITS_H_