| Index: ui/views/controls/textfield/textfield.cc
|
| diff --git a/ui/views/controls/textfield/textfield.cc b/ui/views/controls/textfield/textfield.cc
|
| index 2b916043af000a99619c5af2fd8a537d69904fb7..2c72c6f915ecafd412abc124f45030bb06abd30c 100644
|
| --- a/ui/views/controls/textfield/textfield.cc
|
| +++ b/ui/views/controls/textfield/textfield.cc
|
| @@ -1612,6 +1612,8 @@ void Textfield::ExecuteEditingCommand(int command_id) {
|
| ExecuteCommand(command_id);
|
| }
|
|
|
| +void Textfield::OnKeyboardBoundsUnchanged() {}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // Textfield, protected:
|
|
|
|
|