| 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 ab4652df8fa6fed5a7e716d00618fb416c316a0a..b75266efa63bceb1051c68fa64aab62c34d5e533 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h
|
| @@ -45,7 +45,7 @@ class BookmarkBubbleView : public views::BubbleDelegateView,
|
|
|
| // views::BubbleDelegateView methods.
|
| virtual views::View* GetInitiallyFocusedView() OVERRIDE;
|
| - virtual gfx::Point GetAnchorPoint() OVERRIDE;
|
| + virtual gfx::Rect GetAnchorRect() OVERRIDE;
|
|
|
| // views::WidgetDelegate method.
|
| virtual void WindowClosing() OVERRIDE;
|
|
|