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 2e51ac59533e32f10041fabbe50a46168fc2df80..d77f4e1f5ccdb8556f1c89eaa6ea47e172e2f49a 100644 |
--- a/chrome/browser/ui/views/toolbar_view.h |
+++ b/chrome/browser/ui/views/toolbar_view.h |
@@ -124,6 +124,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 void OnPaint(gfx::Canvas* canvas) OVERRIDE; |
virtual bool GetDropFormats( |
int* formats, |