| 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 3d8938e32865a8c39091a5d1a3783900baecaa39..eafd2f59dd75164f8d40a71ea9f3f88f140a2ed1 100644
|
| --- a/ui/views/controls/textfield/native_textfield_wrapper.h
|
| +++ b/ui/views/controls/textfield/native_textfield_wrapper.h
|
| @@ -93,9 +93,6 @@ class VIEWS_EXPORT NativeTextfieldWrapper {
|
| // Updates the vertical margins for the native text field.
|
| virtual void UpdateVerticalMargins() = 0;
|
|
|
| - // Updates the vertical alignment for the native text field.
|
| - virtual void UpdateVerticalAlignment() = 0;
|
| -
|
| // Sets the focus to the text field. Returns false if the wrapper
|
| // didn't take focus.
|
| virtual bool SetFocus() = 0;
|
|
|