| Index: chrome/browser/ui/views/location_bar/content_setting_image_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/content_setting_image_view.cc b/chrome/browser/ui/views/location_bar/content_setting_image_view.cc
|
| index de78376f3191a80bcf93fd14b3cd1f0dd022924d..8ecd73e88308f16d42a8f4057d52573e5c6e060d 100644
|
| --- a/chrome/browser/ui/views/location_bar/content_setting_image_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/content_setting_image_view.cc
|
| @@ -181,7 +181,7 @@ bool ContentSettingImageView::OnMousePressed(const views::MouseEvent& event) {
|
| }
|
|
|
| void ContentSettingImageView::OnMouseReleased(const views::MouseEvent& event) {
|
| - if (!HitTest(event.location()))
|
| + if (!HitTestPoint(event.location()))
|
| return;
|
|
|
| OnClick();
|
|
|