#include "ui/gfx/image/mojom/image_skia_mojom_traits.h"
#include <string.h>
#include "base/check_op.h"
namespace mojo {
SkBitmap
StructTraits<gfx::mojom::ImageSkiaRepDataView, gfx::ImageSkiaRep>::bitmap(
const gfx::ImageSkiaRep& input) { … }
float StructTraits<gfx::mojom::ImageSkiaRepDataView, gfx::ImageSkiaRep>::scale(
const gfx::ImageSkiaRep& input) { … }
bool StructTraits<gfx::mojom::ImageSkiaRepDataView, gfx::ImageSkiaRep>::Read(
gfx::mojom::ImageSkiaRepDataView data,
gfx::ImageSkiaRep* out) { … }
std::vector<gfx::ImageSkiaRep>
StructTraits<gfx::mojom::ImageSkiaDataView, gfx::ImageSkia>::image_reps(
const gfx::ImageSkia& input) { … }
bool StructTraits<gfx::mojom::ImageSkiaDataView, gfx::ImageSkia>::Read(
gfx::mojom::ImageSkiaDataView data,
gfx::ImageSkia* out) { … }
}