| Index: chrome/browser/ui/views/location_bar/zoom_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/zoom_view.cc b/chrome/browser/ui/views/location_bar/zoom_view.cc
|
| index e07c7e2202e7c4333844dc03f727f71bc6b360bb..8c1db6f1695cdf50e0c1997e4331626c1fd1b01c 100644
|
| --- a/chrome/browser/ui/views/location_bar/zoom_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/zoom_view.cc
|
| @@ -57,7 +57,8 @@ bool ZoomView::OnMousePressed(const ui::MouseEvent& event) {
|
| }
|
|
|
| void ZoomView::OnMouseReleased(const ui::MouseEvent& event) {
|
| - if (event.IsOnlyLeftMouseButton() && HitTestPoint(event.location()))
|
| + if (event.IsOnlyLeftMouseButton() &&
|
| + HitTestPoint(gfx::ToFlooredPoint(event.location())))
|
| ActivateBubble();
|
| }
|
|
|
|
|