| Index: ui/events/mojo/traits_test_service.mojom
|
| diff --git a/ui/events/mojo/traits_test_service.mojom b/ui/events/mojo/traits_test_service.mojom
|
| index 565b043fefbbb7a412da274caefe24a3580e08fc..e47728d27ab886a195635e9ff7d217de9f33450d 100644
|
| --- a/ui/events/mojo/traits_test_service.mojom
|
| +++ b/ui/events/mojo/traits_test_service.mojom
|
| @@ -8,6 +8,9 @@
|
|
|
| interface TraitsTestService {
|
| [Sync]
|
| + EchoInputCoordinate(InputCoordinate i) => (InputCoordinate pass);
|
| +
|
| + [Sync]
|
| EchoLatencyComponent(LatencyComponent l) => (LatencyComponent pass);
|
|
|
| [Sync]
|
|
|