| Index: ash/frame/caption_buttons/bubble_contents_button_row.cc
|
| diff --git a/ash/frame/caption_buttons/bubble_contents_button_row.cc b/ash/frame/caption_buttons/bubble_contents_button_row.cc
|
| index 761beec8edd1d8d38d44dc3f76dba607919f3426..63406c7f6098c45868c8cc1c2fc85ad5b7a5f592 100644
|
| --- a/ash/frame/caption_buttons/bubble_contents_button_row.cc
|
| +++ b/ash/frame/caption_buttons/bubble_contents_button_row.cc
|
| @@ -80,7 +80,7 @@ bool BubbleDialogButton::OnMouseDragged(const ui::MouseEvent& event) {
|
| return false;
|
|
|
| // Remove the phantom window when we leave the button.
|
| - gfx::Point screen_location(event.location());
|
| + gfx::Point screen_location(gfx::ToFlooredPoint(event.location()));
|
| View::ConvertPointToScreen(this, &screen_location);
|
| if (!GetBoundsInScreen().Contains(screen_location))
|
| button_row_->ButtonHovered(NULL);
|
|
|