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

Unified Diff: services/ui/public/interfaces/ime/ime_struct_traits_test.mojom

Issue 2839243002: IME for Mus: Structs and StructTraits for IME Candidate Window. (Closed)
Patch Set: Created 3 years, 8 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
Index: services/ui/public/interfaces/ime/ime_struct_traits_test.mojom
diff --git a/services/ui/public/interfaces/ime/ime_struct_traits_test.mojom b/services/ui/public/interfaces/ime/ime_struct_traits_test.mojom
index 43e83b48f74b1c2d9fe134961c29f3c8f972ed48..2358af72aa85c8950bdffb42d87bf6a0cc2e69b5 100644
--- a/services/ui/public/interfaces/ime/ime_struct_traits_test.mojom
+++ b/services/ui/public/interfaces/ime/ime_struct_traits_test.mojom
@@ -8,6 +8,12 @@ import "services/ui/public/interfaces/ime/ime.mojom";
interface IMEStructTraitsTest {
[Sync]
+ EchoCandidateWindowProperties(CandidateWindowProperties in)
sky 2017/04/26 20:03:23 You shouldn't need a mojom to test serialization.
Hadi 2017/04/27 12:34:20 Done.
+ => (CandidateWindowProperties out);
+ [Sync]
+ EchoCandidateWindowEntry(CandidateWindowEntry in)
+ => (CandidateWindowEntry out);
+ [Sync]
EchoCompositionText(CompositionText in) => (CompositionText out);
[Sync]
EchoTextInputType(TextInputType in) => (TextInputType out);

Powered by Google App Engine
This is Rietveld 408576698