Index: chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc |
diff --git a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc |
index d52726fd998628105f28e255455f56232e6374e1..bc667286918cb2b6ab0310aedb6d1988f5de43e1 100644 |
--- a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc |
+++ b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc |
@@ -297,8 +297,8 @@ void OmniboxPopupContentsView::Layout() { |
SchedulePaint(); |
} |
-views::View* OmniboxPopupContentsView::GetEventHandlerForPoint( |
- const gfx::Point& point) { |
+views::View* OmniboxPopupContentsView::GetEventHandlerForRect( |
+ const gfx::Rect& rect) { |
return this; |
} |