| Index: chrome/browser/ui/views/toolbar_view.h
|
| diff --git a/chrome/browser/ui/views/toolbar_view.h b/chrome/browser/ui/views/toolbar_view.h
|
| index 0d6836991736cbe6690c8088ecc51ecca95a3b40..d02a47a9b6fb99b811b60c8a5d493792abdda8b7 100644
|
| --- a/chrome/browser/ui/views/toolbar_view.h
|
| +++ b/chrome/browser/ui/views/toolbar_view.h
|
| @@ -146,7 +146,7 @@ class ToolbarView : public views::AccessiblePaneView,
|
| // Overridden from views::View:
|
| virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| virtual void Layout() OVERRIDE;
|
| - virtual bool HitTest(const gfx::Point& l) const OVERRIDE;
|
| + virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE;
|
| virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
|
| virtual bool GetDropFormats(
|
| int* formats,
|
|
|