| Index: ui/views/controls/textfield/textfield.h
|
| diff --git a/ui/views/controls/textfield/textfield.h b/ui/views/controls/textfield/textfield.h
|
| index 22ff37b869acab431c7710407f0566326106d93e..92360732fb38532eda6d552f37cad25c33818a60 100644
|
| --- a/ui/views/controls/textfield/textfield.h
|
| +++ b/ui/views/controls/textfield/textfield.h
|
| @@ -451,7 +451,7 @@ class VIEWS_EXPORT Textfield : public View,
|
|
|
| // The text editing cursor repaint timer and visibility.
|
| base::RepeatingTimer cursor_repaint_timer_;
|
| - bool cursor_visible_;
|
| + bool editing_cursor_visible_;
|
|
|
| // The drop cursor is a visual cue for where dragged text will be dropped.
|
| bool drop_cursor_visible_;
|
|
|