| Index: ui/views/controls/textfield/textfield.cc
|
| diff --git a/ui/views/controls/textfield/textfield.cc b/ui/views/controls/textfield/textfield.cc
|
| index 869fb664bdc7da0e4b7a34bf10c748d29ec7db47..791042190c1c269fb7ce11b566e78fbe914e8aca 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:
|
|
|
|
|