| Index: ui/aura/window_event_dispatcher.cc | 
| diff --git a/ui/aura/window_event_dispatcher.cc b/ui/aura/window_event_dispatcher.cc | 
| index f5fe099778d986cdae98140babf08626ba5eaa23..02495f46a91208498c875210eb8e2f5933c43573 100644 | 
| --- a/ui/aura/window_event_dispatcher.cc | 
| +++ b/ui/aura/window_event_dispatcher.cc | 
| @@ -714,7 +714,7 @@ ui::EventDispatchDetails WindowEventDispatcher::SynthesizeMouseMoveEvent() { | 
| if (!window()->bounds().Contains(root_mouse_location)) | 
| return details; | 
| gfx::Point host_mouse_location = root_mouse_location; | 
| -  host_->ConvertPointToHost(&host_mouse_location); | 
| +  host_->ConvertDIPToPixels(&host_mouse_location); | 
| ui::MouseEvent event(ui::ET_MOUSE_MOVED, host_mouse_location, | 
| host_mouse_location, ui::EventTimeForNow(), | 
| ui::EF_IS_SYNTHESIZED, 0); | 
|  |