From 49a9c05b2eafc9b4ed09f9e7b54c8a3a1a269afe Mon Sep 17 00:00:00 2001 From: "varunjain@chromium.org" Date: Sat, 10 Sep 2011 07:16:18 +0000 Subject: 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 --- views/ime/text_input_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/ime') 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 -- cgit v1.1