diff options
author | varunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-10 07:16:18 +0000 |
---|---|---|
committer | varunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-10 07:16:18 +0000 |
commit | 49a9c05b2eafc9b4ed09f9e7b54c8a3a1a269afe (patch) | |
tree | 9f73ca50ef49a60738516842a59527846116294d /views/ime | |
parent | 3e93a658fc5830b9bcffc2d128c7163049a270c1 (diff) | |
download | chromium_src-49a9c05b2eafc9b4ed09f9e7b54c8a3a1a269afe.zip chromium_src-49a9c05b2eafc9b4ed09f9e7b54c8a3a1a269afe.tar.gz chromium_src-49a9c05b2eafc9b4ed09f9e7b54c8a3a1a269afe.tar.bz2 |
Implement Menu Delegate for RWHVV, also fine tune the selection controller hooks.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7863018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100581 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/ime')
-rw-r--r-- | views/ime/text_input_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/ime/text_input_client.h b/views/ime/text_input_client.h index a67214f..35c595f 100644 --- a/views/ime/text_input_client.h +++ b/views/ime/text_input_client.h @@ -62,7 +62,7 @@ class VIEWS_EXPORT TextInputClient { // Returns current text input type. It could be changed and even becomes // TEXT_INPUT_TYPE_NONE at runtime. - virtual ui::TextInputType GetTextInputType() = 0; + virtual ui::TextInputType GetTextInputType() const = 0; // Returns current caret (insertion point) bounds relative to the View’s // coordinates. If there is selection, then the selection bounds will be |