| Index: ash/shelf/shelf_view.cc
 | 
| diff --git a/ash/shelf/shelf_view.cc b/ash/shelf/shelf_view.cc
 | 
| index b5f5e72244a80a858fdcf1a0e33870982dde8a52..ac6ade0e58187a05af18c3c65e7076b9d14303ba 100644
 | 
| --- a/ash/shelf/shelf_view.cc
 | 
| +++ b/ash/shelf/shelf_view.cc
 | 
| @@ -1073,7 +1073,7 @@ void ShelfView::PrepareForDrag(Pointer pointer, const ui::LocatedEvent& event) {
 | 
|    ReorderChildView(drag_view_, -1);
 | 
|    bounds_animator_->StopAnimatingView(drag_view_);
 | 
|  
 | 
| -  drag_view_->OnDragStarted();
 | 
| +  drag_view_->OnDragStarted(&event);
 | 
|  }
 | 
|  
 | 
|  void ShelfView::ContinueDrag(const ui::LocatedEvent& event) {
 | 
| 
 |