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

Unified Diff: ui/base/ime/text_input_client.h

Issue 8576005: IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod in ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: aura_win fix Created 9 years, 1 month 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
Index: ui/base/ime/text_input_client.h
diff --git a/ui/base/ime/text_input_client.h b/ui/base/ime/text_input_client.h
index 01f5152bf63394fc82ba12d887413c2c10a3af6f..8c237fcdd7ba36db668262050d3e2447cdc4cd2d 100644
--- a/ui/base/ime/text_input_client.h
+++ b/ui/base/ime/text_input_client.h
@@ -60,7 +60,7 @@ class UI_EXPORT TextInputClient {
// TEXT_INPUT_TYPE_NONE at runtime.
virtual ui::TextInputType GetTextInputType() const = 0;
- // Returns current caret (insertion point) bounds relative to the View’s
+ // Returns current caret (insertion point) bounds relative to the screen
James Su 2011/11/24 03:57:03 If we unify this method to return rect in screen c
Yusuke Sato 2011/11/28 06:29:40 Thanks. Added TODO. On 2011/11/24 03:57:03, James
// coordinates. If there is selection, then the selection bounds will be
// returned.
virtual gfx::Rect GetCaretBounds() = 0;

Powered by Google App Engine
This is Rietveld 408576698