| Index: ui/views/controls/textfield/textfield.h
|
| diff --git a/ui/views/controls/textfield/textfield.h b/ui/views/controls/textfield/textfield.h
|
| index 4e4fc2e745e515deed03010cca672b16f6374313..358a248140cdc44189647f8c7eadb290a17c55cf 100644
|
| --- a/ui/views/controls/textfield/textfield.h
|
| +++ b/ui/views/controls/textfield/textfield.h
|
| @@ -370,11 +370,14 @@ class VIEWS_EXPORT Textfield : public View,
|
| // Does necessary updates when the text and/or cursor position changes.
|
| void UpdateAfterChange(bool text_changed, bool cursor_changed);
|
|
|
| + // Updates cursor visibility and blinks the cursor if needed.
|
| + void ShowCursor();
|
| +
|
| // A callback function to periodically update the cursor node_data.
|
| - void UpdateCursor();
|
| + void UpdateCursorVisibility();
|
|
|
| // Update the cursor position in the text field.
|
| - void UpdateCursorView();
|
| + void UpdateCursorViewPosition();
|
|
|
| void PaintTextAndCursor(gfx::Canvas* canvas);
|
|
|
|
|