| Index: views/controls/menu/menu_controller.cc
|
| ===================================================================
|
| --- views/controls/menu/menu_controller.cc (revision 75181)
|
| +++ views/controls/menu/menu_controller.cc (working copy)
|
| @@ -463,8 +463,7 @@
|
| StopScrolling();
|
| int drag_ops = item->GetDelegate()->GetDragOperations(item);
|
| drag_in_progress_ = true;
|
| - item->GetRootView()->StartDragForViewFromMouseEvent(
|
| - NULL, data, drag_ops);
|
| + item->GetWidget()->StartDragForViewFromMouseEvent(NULL, data, drag_ops);
|
| drag_in_progress_ = false;
|
|
|
| if (GetActiveInstance() == this) {
|
|
|