| 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 cbc2207bc37985c44d440e5ecedf15a6f8fe29c5..8807f9900af4c5fcdbb79521ec969cd96d4c20ca 100644
|
| --- a/ash/display/mouse_cursor_event_filter.cc
|
| +++ b/ash/display/mouse_cursor_event_filter.cc
|
| @@ -98,10 +98,8 @@ void MouseCursorEventFilter::OnMouseEvent(ui::MouseEvent* event) {
|
| return;
|
| }
|
|
|
| - if (!(event->flags() & ui::EF_IS_SYNTHESIZED)) {
|
| - Shell::GetInstance()->display_controller()->
|
| - cursor_window_controller()->UpdateLocation();
|
| - }
|
| + Shell::GetInstance()->display_controller()->
|
| + cursor_window_controller()->UpdateLocation();
|
|
|
| gfx::Point point_in_screen(event->location());
|
| wm::ConvertPointToScreen(target, &point_in_screen);
|
|
|