| Index: ash/shelf/shelf_tooltip_manager.cc
|
| diff --git a/ash/shelf/shelf_tooltip_manager.cc b/ash/shelf/shelf_tooltip_manager.cc
|
| index ecfcaa3c3a9bc1c79e85d2c3f5d15eded12df9e3..19b947ea94dadddae66c06b5e8cd1f9251af9887 100644
|
| --- a/ash/shelf/shelf_tooltip_manager.cc
|
| +++ b/ash/shelf/shelf_tooltip_manager.cc
|
| @@ -266,7 +266,7 @@ void ShelfTooltipManager::OnMouseEvent(ui::MouseEvent* event) {
|
| return;
|
| }
|
|
|
| - gfx::Point location_in_shelf_view = event->location();
|
| + gfx::Point location_in_shelf_view = gfx::ToFlooredPoint(event->location());
|
| aura::Window::ConvertPointToTarget(
|
| target, shelf_view_->GetWidget()->GetNativeWindow(),
|
| &location_in_shelf_view);
|
|
|