| Index: ui/events/ozone/evdev/event_factory_evdev.cc
|
| diff --git a/ui/events/ozone/evdev/event_factory_evdev.cc b/ui/events/ozone/evdev/event_factory_evdev.cc
|
| index ed4a78c984c40850325f3c75aa4c3d04d60f0567..d98681740ed691d7175bf8c50dd1ecaa4f6516d2 100644
|
| --- a/ui/events/ozone/evdev/event_factory_evdev.cc
|
| +++ b/ui/events/ozone/evdev/event_factory_evdev.cc
|
| @@ -293,8 +293,8 @@ void EventFactoryEvdev::WarpCursorTo(gfx::AcceleratedWidget widget,
|
| if (cursor_) {
|
| cursor_->MoveCursorTo(widget, location);
|
| PostUiEvent(make_scoped_ptr(new MouseEvent(ET_MOUSE_MOVED,
|
| - cursor_->location(),
|
| - cursor_->location(),
|
| + cursor_->GetLocation(),
|
| + cursor_->GetRootLocation(),
|
| modifiers_.GetModifierFlags(),
|
| /* changed_button_flags */ 0)));
|
| }
|
|
|