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; |