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

Unified Diff: ui/gfx/geometry/mojo/geometry_traits_test_service.mojom

Issue 2033583002: Implement gfx::Vector2d and gfx::Vector2dF StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary deps Created 4 years, 7 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/gfx/geometry/mojo/geometry_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/gfx/geometry/mojo/geometry_traits_test_service.mojom
diff --git a/ui/gfx/geometry/mojo/geometry_traits_test_service.mojom b/ui/gfx/geometry/mojo/geometry_traits_test_service.mojom
index 63b9f99bd381db2688582ff8729c3c476a93d53e..8d4fb946978e702767b345719673991865aeb848 100644
--- a/ui/gfx/geometry/mojo/geometry_traits_test_service.mojom
+++ b/ui/gfx/geometry/mojo/geometry_traits_test_service.mojom
@@ -32,4 +32,10 @@ interface GeometryTraitsTestService {
[Sync]
EchoInsetsF(InsetsF i) => (InsetsF pass);
+
+ [Sync]
+ EchoVector2d(Vector2d v) => (Vector2d pass);
+
+ [Sync]
+ EchoVector2dF(Vector2dF v) => (Vector2dF pass);
};
« no previous file with comments | « ui/gfx/geometry/mojo/geometry_struct_traits_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698