Index: chrome/browser/ui/views/bookmarks/bookmark_bar_view.h |
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h |
index f58a790d6694d091ed6809ebb4433dc849998d31..30b6925ab90e326c52008c55ef792c0c8b970b6c 100644 |
--- a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h |
+++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h |
@@ -166,7 +166,7 @@ class BookmarkBarView : public DetachableToolbarView, |
// View methods: |
virtual gfx::Size GetPreferredSize() const OVERRIDE; |
virtual gfx::Size GetMinimumSize() const OVERRIDE; |
- virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE; |
+ virtual bool CanProcessEventsWithinSubtree() const OVERRIDE; |
virtual void Layout() OVERRIDE; |
virtual void ViewHierarchyChanged( |
const ViewHierarchyChangedDetails& details) OVERRIDE; |