| Index: ui/display/mojo/display_struct_traits_test.mojom
|
| diff --git a/ui/display/mojo/display_struct_traits_test.mojom b/ui/display/mojo/display_struct_traits_test.mojom
|
| index 1c20bf2ccf40c2e136e308f8a933c1be5346c01d..0f3216fcf3d55a2c7df61d3dbfce69e83bf6bc6e 100644
|
| --- a/ui/display/mojo/display_struct_traits_test.mojom
|
| +++ b/ui/display/mojo/display_struct_traits_test.mojom
|
| @@ -5,9 +5,13 @@
|
| module display.mojom;
|
|
|
| import "ui/display/mojo/display.mojom";
|
| +import "ui/display/mojo/display_mode.mojom";
|
|
|
| interface DisplayStructTraitsTest {
|
| [Sync]
|
| EchoDisplay(Display in) => (Display out);
|
| +
|
| + [Sync]
|
| + EchoDisplayMode(DisplayMode in) => (DisplayMode out);
|
| };
|
|
|
|
|