| Index: ui/views/controls/textfield/textfield_controller.cc
|
| diff --git a/ui/views/controls/textfield/textfield_controller.cc b/ui/views/controls/textfield/textfield_controller.cc
|
| index 1d90f3c06df26e2a424d6d7f855530ad542ea6ae..43b797169a4bb02abc07026de0363d0e0525820e 100644
|
| --- a/ui/views/controls/textfield/textfield_controller.cc
|
| +++ b/ui/views/controls/textfield/textfield_controller.cc
|
| @@ -19,6 +19,8 @@ bool TextfieldController::HandleMouseEvent(Textfield* sender,
|
| return false;
|
| }
|
|
|
| +void TextfieldController::NotifyOfGestureEvent() {}
|
| +
|
| int TextfieldController::OnDrop(const ui::OSExchangeData& data) {
|
| return ui::DragDropTypes::DRAG_NONE;
|
| }
|
|
|