| Index: ash/shelf/shelf_view.cc
|
| diff --git a/ash/shelf/shelf_view.cc b/ash/shelf/shelf_view.cc
|
| index 1cc1cf61203d2e22519615086d8dfb21a5564d52..35a179139aa3359b1dbde56613ba9da38c1a3359 100644
|
| --- a/ash/shelf/shelf_view.cc
|
| +++ b/ash/shelf/shelf_view.cc
|
| @@ -948,7 +948,7 @@ void ShelfView::ContinueDrag(const ui::LocatedEvent& event) {
|
| }
|
|
|
| // TODO: I don't think this works correctly with RTL.
|
| - gfx::Point drag_point(event.location());
|
| + gfx::Point drag_point(gfx::ToFlooredPoint(event.location()));
|
| ConvertPointToTarget(drag_view_, this, &drag_point);
|
|
|
| // Constrain the location to the range of valid indices for the type.
|
|
|