#ifndef SKIA_PUBLIC_MOJOM_BITMAP_MOJOM_FORWARD_H_
#define SKIA_PUBLIC_MOJOM_BITMAP_MOJOM_FORWARD_H_
#include "mojo/public/cpp/bindings/struct_forward.h"
#include "mojo/public/interfaces/bindings/native_struct.mojom-forward.h"
namespace skia::mojom {
class BitmapN32DataView;
class BitmapWithArbitraryBppDataView;
class BitmapMappedFromTrustedProcessDataView;
class InlineBitmapDataView;
class BitmapN32;
BitmapN32Ptr;
class BitmapWithArbitraryBpp;
BitmapWithArbitraryBppPtr;
class BitmapMappedFromTrustedProcess;
BitmapMappedFromTrustedProcessPtr;
class InlineBitmap;
InlineBitmapPtr;
}
#endif