Index: chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h |
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h |
index 0364b29bc87315c4955f4aba0aa650af4201ca36..3079c582d0c7b0d7ce4100d114ad5adb83ff2829 100644 |
--- a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h |
+++ b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h |
@@ -48,6 +48,8 @@ class BookmarkBubbleView : public views::BubbleDelegateView, |
// views::BubbleDelegateView method. |
virtual views::View* GetInitiallyFocusedView() OVERRIDE; |
+ virtual void OnWidgetBoundsChanged(views::Widget* widget, |
+ const gfx::Rect& new_bounds) OVERRIDE; |
// views::WidgetDelegate method. |
virtual void WindowClosing() OVERRIDE; |