| 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 52%
|
| copy from skia/public/interfaces/image_filter.mojom
|
| copy to skia/public/interfaces/bitmap_array.mojom
|
| index 4db9d20c0c7ded45b1c16c43c3dca13a767480be..b70343aadaaceb7231bad3040b9aaba60630737a 100644
|
| --- a/skia/public/interfaces/image_filter.mojom
|
| +++ b/skia/public/interfaces/bitmap_array.mojom
|
| @@ -4,7 +4,9 @@
|
|
|
| module skia.mojom;
|
|
|
| -// This struct contains a serialized SkImageFilter.
|
| -struct ImageFilter {
|
| - array<uint8> data;
|
| +import "skia/public/interfaces/bitmap.mojom";
|
| +
|
| +// TODO(rjkroege): Remove when not required. http://crbug.com/624509
|
| +struct BitmapArray {
|
| + array<skia.mojom.Bitmap> bitmaps;
|
| };
|
|
|