Index: ui/views/event_utils_aura.cc |
diff --git a/ui/views/event_utils_aura.cc b/ui/views/event_utils_aura.cc |
index 37aeb8817c17b1628fdbb17c66ab9e7387b9cad2..666d47cffe406ec442dce40523eedb0f54846fc1 100644 |
--- a/ui/views/event_utils_aura.cc |
+++ b/ui/views/event_utils_aura.cc |
@@ -41,6 +41,7 @@ bool RepostLocatedEvent(gfx::NativeWindow window, |
return false; |
} |
relocated->set_location(root_loc); |
+ relocated->set_root_location(root_loc); |
root_window->RepostEvent(*relocated); |
return true; |