| Index: chrome/browser/ui/views/location_bar/page_action_image_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/page_action_image_view.cc b/chrome/browser/ui/views/location_bar/page_action_image_view.cc
|
| index cfb05e3234e705038106c228237756533f68338a..1fae2799a018b89bb7bea8f5c947944b7d07fbe7 100644
|
| --- a/chrome/browser/ui/views/location_bar/page_action_image_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/page_action_image_view.cc
|
| @@ -124,7 +124,7 @@ bool PageActionImageView::OnMousePressed(const ui::MouseEvent& event) {
|
| }
|
|
|
| void PageActionImageView::OnMouseReleased(const ui::MouseEvent& event) {
|
| - if (!HitTestPoint(event.location()))
|
| + if (!HitTestPoint(gfx::ToFlooredPoint(event.location())))
|
| return;
|
|
|
| if (event.IsRightMouseButton()) {
|
|
|