Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc |
diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc |
index 38e36e746a84a6d9b330689fb76cc94cde13d89a..4a1ee58f508389df890a7b209b6a4dd1b1e56f21 100644 |
--- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc |
+++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc |
@@ -30,7 +30,7 @@ IconLabelBubbleView::IconLabelBubbleView(const gfx::FontList& font_list, |
label_(new views::Label(base::string16(), font_list)) { |
// Disable separate hit testing for |image_|. This prevents views treating |
// |image_| as a separate mouse hover region from |this|. |
- image_->set_interactive(false); |
+ image_->set_can_process_events_within_subtree(false); |
image_->SetBorder(views::CreateEmptyBorder( |
gfx::Insets(LocationBarView::kIconInteriorPadding))); |
AddChildView(image_); |