| Index: ash/display/mouse_cursor_event_filter.cc
|
| diff --git a/ash/display/mouse_cursor_event_filter.cc b/ash/display/mouse_cursor_event_filter.cc
|
| index 8807f9900af4c5fcdbb79521ec969cd96d4c20ca..495c3182c4998bd1aa7e66a350207e1167c4d46b 100644
|
| --- a/ash/display/mouse_cursor_event_filter.cc
|
| +++ b/ash/display/mouse_cursor_event_filter.cc
|
| @@ -101,7 +101,7 @@ void MouseCursorEventFilter::OnMouseEvent(ui::MouseEvent* event) {
|
| Shell::GetInstance()->display_controller()->
|
| cursor_window_controller()->UpdateLocation();
|
|
|
| - gfx::Point point_in_screen(event->location());
|
| + gfx::Point point_in_screen(gfx::ToFlooredPoint(event->location()));
|
| wm::ConvertPointToScreen(target, &point_in_screen);
|
| if (WarpMouseCursorIfNecessary(target->GetRootWindow(), point_in_screen))
|
| event->StopPropagation();
|
|
|