| Index: ui/views/bubble/bubble_delegate.cc
|
| diff --git a/ui/views/bubble/bubble_delegate.cc b/ui/views/bubble/bubble_delegate.cc
|
| index 9784d124a3340b0b7d2a0ea2478b48d7265f79cd..a66d9240ec0849f26ae00dd57935eecd1bd9b43a 100644
|
| --- a/ui/views/bubble/bubble_delegate.cc
|
| +++ b/ui/views/bubble/bubble_delegate.cc
|
| @@ -180,7 +180,7 @@ View* BubbleDelegateView::GetAnchorView() const {
|
| return ViewStorage::GetInstance()->RetrieveView(anchor_view_storage_id_);
|
| }
|
|
|
| -gfx::Rect BubbleDelegateView::GetAnchorRect() {
|
| +gfx::Rect BubbleDelegateView::GetAnchorRect() const {
|
| if (!GetAnchorView())
|
| return anchor_rect_;
|
|
|
|
|