| Index: ash/shelf/overflow_bubble.cc
|
| diff --git a/ash/shelf/overflow_bubble.cc b/ash/shelf/overflow_bubble.cc
|
| index f7cc65997bc85bf53871be1590a62588dafc13a5..4ea97b468afd61f8c40c69b77a12457a1360541b 100644
|
| --- a/ash/shelf/overflow_bubble.cc
|
| +++ b/ash/shelf/overflow_bubble.cc
|
| @@ -70,7 +70,7 @@ void OverflowBubble::HideBubbleAndRefreshButton() {
|
|
|
| void OverflowBubble::ProcessPressedEvent(ui::LocatedEvent* event) {
|
| aura::Window* target = static_cast<aura::Window*>(event->target());
|
| - gfx::Point event_location_in_screen = event->location();
|
| + gfx::Point event_location_in_screen = gfx::ToFlooredPoint(event->location());
|
| aura::client::GetScreenPositionClient(target->GetRootWindow())->
|
| ConvertPointToScreen(target, &event_location_in_screen);
|
| if (!shelf_view_->IsShowingMenu() &&
|
|
|