| Index: ui/views/controls/menu/menu_message_loop_aura.cc
|
| diff --git a/ui/views/controls/menu/menu_message_loop_aura.cc b/ui/views/controls/menu/menu_message_loop_aura.cc
|
| index d28f6743117681abf03e461a4ff5313d067bb721..9a329b27776dbb016539481ec60927299893fd77 100644
|
| --- a/ui/views/controls/menu/menu_message_loop_aura.cc
|
| +++ b/ui/views/controls/menu/menu_message_loop_aura.cc
|
| @@ -120,8 +120,8 @@ void MenuMessageLoopAura::RepostEventToWindow(const ui::LocatedEvent& event,
|
| spc->ConvertPointFromScreen(root, &root_loc);
|
|
|
| ui::MouseEvent clone(static_cast<const ui::MouseEvent&>(event));
|
| - clone.set_location(root_loc);
|
| - clone.set_root_location(root_loc);
|
| + clone.set_location(gfx::PointF(root_loc));
|
| + clone.set_root_location(gfx::PointF(root_loc));
|
| root->GetHost()->dispatcher()->RepostEvent(clone);
|
| }
|
|
|
|
|