| 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 c99d649848bbc26ae0b6892e67a998882962efaa..64081596fda56e892342be7118c864aadeba5ca6 100644
|
| --- a/chrome/browser/ui/views/location_bar/zoom_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/zoom_view.cc
|
| @@ -73,7 +73,7 @@ bool ZoomView::OnMousePressed(const views::MouseEvent& event) {
|
| }
|
|
|
| void ZoomView::OnMouseReleased(const views::MouseEvent& event) {
|
| - if (event.IsOnlyLeftMouseButton() && HitTest(event.location())) {
|
| + if (event.IsOnlyLeftMouseButton() && HitTestPoint(event.location())) {
|
| ZoomBubbleView::ShowBubble(
|
| this, location_bar_delegate_->GetTabContents(), false);
|
| }
|
|
|