| Index: mojo/public/interfaces/bindings/tests/rect.mojom
|
| diff --git a/mojo/public/interfaces/bindings/tests/test_structs.mojom b/mojo/public/interfaces/bindings/tests/rect.mojom
|
| similarity index 70%
|
| copy from mojo/public/interfaces/bindings/tests/test_structs.mojom
|
| copy to mojo/public/interfaces/bindings/tests/rect.mojom
|
| index 6c0c429fd585fc588824e880effcd2781061c3c6..4fc60cced2eb78e659b8c288c862369bda1ffa41 100644
|
| --- a/mojo/public/interfaces/bindings/tests/test_structs.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/rect.mojom
|
| @@ -12,17 +12,4 @@ struct Rect {
|
| int32 height;
|
| };
|
|
|
| -struct NamedRegion {
|
| - string? name;
|
| - Rect[]? rects;
|
| -};
|
| -
|
| -struct RectPair {
|
| - Rect? first;
|
| - Rect? second;
|
| -};
|
| -
|
| -struct EmptyStruct {
|
| -};
|
| -
|
| }
|
|
|