| 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..827078a1658984fe74ac5618491fea076d78ecae 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::NotifyOnGestureEvent() {}
|
| +
|
| int TextfieldController::OnDrop(const ui::OSExchangeData& data) {
|
| return ui::DragDropTypes::DRAG_NONE;
|
| }
|
|
|