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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « components/arc/common/ime.mojom ('k') | components/arc/common/typemaps.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 mojom = "//components/arc/common/ime.mojom"
6 public_headers = [
7 "//ui/gfx/geometry/rect.h",
8 "//ui/gfx/range/range.h",
9 ]
10 deps = [
11 "//ui/gfx",
12 ]
13 traits_headers = [ "//components/arc/ime/arc_ime_struct_traits.h" ]
14 sources = [
15 "//components/arc/ime/arc_ime_struct_traits.cc",
16 ]
17 type_mappings = [
18 "arc.mojom.CursorRect=::gfx::Rect[move_only]",
19 "arc.mojom.TextRange=::gfx::Range[move_only]",
20 ]
OLDNEW
« 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