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

Unified Diff: services/ui/public/interfaces/ime/ime.typemap

Issue 2839243002: IME for Mus: Structs and StructTraits for IME Candidate Window. (Closed)
Patch Set: Check for deserialization success. 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
« no previous file with comments | « services/ui/public/interfaces/ime/ime.mojom ('k') | services/ui/public/interfaces/ime/ime_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/ime/ime.typemap
diff --git a/services/ui/public/interfaces/ime/ime.typemap b/services/ui/public/interfaces/ime/ime.typemap
index 91aec9650ed879cbd8d5c3cee286fa398718ca55..0327e43f7998a9724bc58ff9b7c76b2863ab2e9e 100644
--- a/services/ui/public/interfaces/ime/ime.typemap
+++ b/services/ui/public/interfaces/ime/ime.typemap
@@ -4,6 +4,7 @@
mojom = "//services/ui/public/interfaces/ime/ime.mojom"
public_headers = [
+ "//ui/base/ime/candidate_window.h",
"//ui/base/ime/composition_text.h",
"//ui/base/ime/composition_underline.h",
"//ui/base/ime/text_input_mode.h",
@@ -21,6 +22,8 @@ deps = [
]
type_mappings = [
+ "ui.mojom.CandidateWindowEntry=ui::CandidateWindow::Entry",
+ "ui.mojom.CandidateWindowProperties=ui::CandidateWindow::CandidateWindowProperty",
"ui.mojom.CompositionText=ui::CompositionText",
"ui.mojom.CompositionUnderline=ui::CompositionUnderline",
"ui.mojom.TextInputMode=ui::TextInputMode",
« no previous file with comments | « services/ui/public/interfaces/ime/ime.mojom ('k') | services/ui/public/interfaces/ime/ime_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698