Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(344)

Unified Diff: ui/events/mojo/traits_test_service.mojom

Issue 2783973002: Moving LatencyInfo into a separate component. (Closed)
Patch Set: Rebase again Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/events/mojo/struct_traits_unittest.cc ('k') | ui/events/mojo/typemaps.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4968bf1cf0da4922b760a3b0a1c2cea457262a72..1df4cbecf80b5a5f41e9545cc4a35543c48cb55f 100644
--- a/ui/events/mojo/traits_test_service.mojom
+++ b/ui/events/mojo/traits_test_service.mojom
@@ -5,18 +5,8 @@
module ui.mojom;
import "ui/events/mojo/event.mojom";
-import "ui/events/mojo/latency_info.mojom";
interface TraitsTestService {
[Sync]
EchoEvent(Event e) => (Event pass);
-
- [Sync]
- EchoLatencyComponent(LatencyComponent l) => (LatencyComponent pass);
-
- [Sync]
- EchoLatencyComponentId(LatencyComponentId l) => (LatencyComponentId pass);
-
- [Sync]
- EchoLatencyInfo(LatencyInfo l) => (LatencyInfo pass);
};
« no previous file with comments | « ui/events/mojo/struct_traits_unittest.cc ('k') | ui/events/mojo/typemaps.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698