| Index: ui/views/controls/textfield/native_textfield_wrapper.h
|
| diff --git a/ui/views/controls/textfield/native_textfield_wrapper.h b/ui/views/controls/textfield/native_textfield_wrapper.h
|
| index f5a6c5d4effbc3390bbaa7d66dfcff1322c2ed49..7c5a542c898eb1215703e79bc1301ed6ba09cd7f 100644
|
| --- a/ui/views/controls/textfield/native_textfield_wrapper.h
|
| +++ b/ui/views/controls/textfield/native_textfield_wrapper.h
|
| @@ -72,9 +72,6 @@ class VIEWS_EXPORT NativeTextfieldWrapper {
|
| // Updates the background color used when painting the native text field.
|
| virtual void UpdateBackgroundColor() = 0;
|
|
|
| - // Updates the cursor color used when painting the native text field.
|
| - virtual void UpdateCursorColor() = 0;
|
| -
|
| // Updates the read-only state of the native text field.
|
| virtual void UpdateReadOnly() = 0;
|
|
|
|
|