| 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 12193bb59483dd8d6da7eb74debd7466a3dc7311..ed87b511531b2d4ef8a7acc045ba35938e5271ad 100644
|
| --- a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc
|
| +++ b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc
|
| @@ -307,8 +307,8 @@ void OmniboxPopupContentsView::Layout() {
|
| SchedulePaint();
|
| }
|
|
|
| -views::View* OmniboxPopupContentsView::GetEventHandlerForPoint(
|
| - const gfx::Point& point) {
|
| +views::View* OmniboxPopupContentsView::GetEventHandlerForRect(
|
| + const gfx::Rect& rect) {
|
| return this;
|
| }
|
|
|
|
|