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

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

Issue 2037453002: Implement ui/gfx/geometry StructTraits unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed windows 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/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/gfx/mojo/traits_test_service.mojom
diff --git a/ui/gfx/mojo/traits_test_service.mojom b/ui/gfx/mojo/traits_test_service.mojom
index 9c7a8be3940c389488a67997c6d71b1bbb128647..0dd76d96bfcd8a18edbec24d7078d1da068c9832 100644
--- a/ui/gfx/mojo/traits_test_service.mojom
+++ b/ui/gfx/mojo/traits_test_service.mojom
@@ -6,6 +6,8 @@ module gfx.mojom;
import "ui/gfx/mojo/transform.mojom";
+// All functions on this interface echo their arguments to test StructTraits
+// serialization and deserialization.
interface TraitsTestService {
[Sync]
EchoTransform(Transform t) => (Transform pass);
« no previous file with comments | « ui/gfx/mojo/struct_traits_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698