| Index: chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h
|
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h
|
| index e54b5b778bec3f5f7be13218b936eb63e8b005a0..0f2e17d38c637850d9bf571b8f1d7b9498aa67d3 100644
|
| --- a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h
|
| +++ b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h
|
| @@ -51,8 +51,7 @@ class OmniboxPopupContentsView : public views::View,
|
|
|
| // Overridden from views::View:
|
| virtual void Layout() OVERRIDE;
|
| - virtual views::View* GetEventHandlerForRect(
|
| - const gfx::Rect& rect) OVERRIDE;
|
| + virtual views::View* GetEventHandlerForRect(const gfx::RectF& rect) OVERRIDE;
|
| virtual views::View* GetTooltipHandlerForPoint(
|
| const gfx::Point& point) OVERRIDE;
|
| virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
|
|
|