| 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 0d9f5f63a87210e46780680a018cdb86573dcc0d..c9a48fd406b0da17074e59c2d390cef3364a7dc5 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
|
| @@ -169,7 +169,7 @@ bool PageActionImageView::OnMousePressed(const views::MouseEvent& event) {
|
| }
|
|
|
| void PageActionImageView::OnMouseReleased(const views::MouseEvent& event) {
|
| - if (!HitTest(event.location()))
|
| + if (!HitTestPoint(event.location()))
|
| return;
|
|
|
| int button = -1;
|
|
|