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

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

Issue 2048673002: Revert of Replace ui::LatencyInfo::InputCoordinate with gfx::PointF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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') | no next file » | 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 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]
« no previous file with comments | « ui/events/mojo/struct_traits_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698