#ifndef MEDIA_MOJO_MOJOM_STABLE_NATIVE_PIXMAP_HANDLE_MOJOM_TRAITS_H_
#define MEDIA_MOJO_MOJOM_STABLE_NATIVE_PIXMAP_HANDLE_MOJOM_TRAITS_H_
#include "media/mojo/mojom/stable/native_pixmap_handle.mojom.h"
namespace gfx {
struct NativePixmapHandle;
struct NativePixmapPlane;
}
namespace mojo {
template <>
struct StructTraits<media::stable::mojom::NativePixmapPlaneDataView,
gfx::NativePixmapPlane> { … };
template <>
struct StructTraits<media::stable::mojom::NativePixmapHandleDataView,
gfx::NativePixmapHandle> { … };
}
#endif