| Index: skia/public/interfaces/bitmap_array.mojom
|
| diff --git a/skia/public/interfaces/image_filter.mojom b/skia/public/interfaces/bitmap_array.mojom
|
| similarity index 64%
|
| copy from skia/public/interfaces/image_filter.mojom
|
| copy to skia/public/interfaces/bitmap_array.mojom
|
| index 4db9d20c0c7ded45b1c16c43c3dca13a767480be..6179ceb73d2f002ba1caf0b0de3eb1084a0268a3 100644
|
| --- a/skia/public/interfaces/image_filter.mojom
|
| +++ b/skia/public/interfaces/bitmap_array.mojom
|
| @@ -4,7 +4,8 @@
|
|
|
| module skia.mojom;
|
|
|
| -// This struct contains a serialized SkImageFilter.
|
| -struct ImageFilter {
|
| - array<uint8> data;
|
| +import "skia/public/interfaces/bitmap.mojom";
|
| +
|
| +struct BitmapArray {
|
| + array<skia.mojom.Bitmap> bitmaps;
|
| };
|
|
|