| Index: skia/public/interfaces/test/traits_test_service.mojom
|
| diff --git a/skia/public/interfaces/test/traits_test_service.mojom b/skia/public/interfaces/test/traits_test_service.mojom
|
| index 9f76be565d2e67be57c70c7f64255dc3f467f29c..eaa829e8163329b4d5759510b75d83dfb25e2dfe 100644
|
| --- a/skia/public/interfaces/test/traits_test_service.mojom
|
| +++ b/skia/public/interfaces/test/traits_test_service.mojom
|
| @@ -5,7 +5,6 @@
|
| module skia.mojom;
|
|
|
| import "skia/public/interfaces/bitmap.mojom";
|
| -import "skia/public/interfaces/bitmap_array.mojom";
|
| import "skia/public/interfaces/image_filter.mojom";
|
|
|
| // All functions on this interface echo their arguments to test StructTraits
|
| @@ -15,8 +14,5 @@ interface TraitsTestService {
|
| EchoBitmap(Bitmap b) => (Bitmap pass);
|
|
|
| [Sync]
|
| - EchoBitmapArray(BitmapArray w) => (BitmapArray pass);
|
| -
|
| - [Sync]
|
| EchoImageFilter(ImageFilter i) => (ImageFilter pass);
|
| };
|
|
|