| Index: ui/views/controls/textfield/textfield_model.h
|
| diff --git a/ui/views/controls/textfield/textfield_model.h b/ui/views/controls/textfield/textfield_model.h
|
| index c66fe6d068083ee7047790207da919042160e663..b82f369743ee6073ad0f743a7a70aedc88d69922 100644
|
| --- a/ui/views/controls/textfield/textfield_model.h
|
| +++ b/ui/views/controls/textfield/textfield_model.h
|
| @@ -126,7 +126,8 @@ class VIEWS_EXPORT TextfieldModel {
|
| // will be confirmed, which may alter the specified selection range start.
|
| bool MoveCursorTo(const gfx::SelectionModel& cursor);
|
|
|
| - // Helper function to call MoveCursorTo on the TextfieldModel.
|
| + // Calls the corresponding function on the associated RenderText instance. Any
|
| + // composition text will be confirmed.
|
| bool MoveCursorTo(const gfx::Point& point, bool select);
|
|
|
| // Selection related methods.
|
|
|