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

Unified Diff: components/arc/common/ime.typemap

Issue 2876693004: Implement GetTextFromRange(), GetTextRange() and GetSelectionRange() for ArcImeService. (Closed)
Patch Set: add TODOs in ime.mojom Created 3 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 | « components/arc/common/ime.mojom ('k') | components/arc/common/typemaps.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/common/ime.typemap
diff --git a/components/arc/common/ime.typemap b/components/arc/common/ime.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..141f4ad18ce78abe8e559bc7d75b0787d174ac5f
--- /dev/null
+++ b/components/arc/common/ime.typemap
@@ -0,0 +1,20 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+mojom = "//components/arc/common/ime.mojom"
+public_headers = [
+ "//ui/gfx/geometry/rect.h",
+ "//ui/gfx/range/range.h",
+]
+deps = [
+ "//ui/gfx",
+]
+traits_headers = [ "//components/arc/ime/arc_ime_struct_traits.h" ]
+sources = [
+ "//components/arc/ime/arc_ime_struct_traits.cc",
+]
+type_mappings = [
+ "arc.mojom.CursorRect=::gfx::Rect[move_only]",
+ "arc.mojom.TextRange=::gfx::Range[move_only]",
+]
« no previous file with comments | « components/arc/common/ime.mojom ('k') | components/arc/common/typemaps.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698