Index: ui/latency/mojo/traits_test_service.mojom |
diff --git a/ui/events/mojo/traits_test_service.mojom b/ui/latency/mojo/traits_test_service.mojom |
similarity index 77% |
copy from ui/events/mojo/traits_test_service.mojom |
copy to ui/latency/mojo/traits_test_service.mojom |
index 4968bf1cf0da4922b760a3b0a1c2cea457262a72..e8cd410a03689f2fc61ecabc8dde491cc3a2c4ff 100644 |
--- a/ui/events/mojo/traits_test_service.mojom |
+++ b/ui/latency/mojo/traits_test_service.mojom |
@@ -4,14 +4,10 @@ |
module ui.mojom; |
-import "ui/events/mojo/event.mojom"; |
-import "ui/events/mojo/latency_info.mojom"; |
+import "ui/latency/mojo/latency_info.mojom"; |
interface TraitsTestService { |
[Sync] |
- EchoEvent(Event e) => (Event pass); |
- |
- [Sync] |
EchoLatencyComponent(LatencyComponent l) => (LatencyComponent pass); |
[Sync] |