Index: ui/views/bubble/bubble_delegate.cc |
diff --git a/ui/views/bubble/bubble_delegate.cc b/ui/views/bubble/bubble_delegate.cc |
index 38c7cb2e1c73930cc7ff0a31b5b968f65fcaac94..d2a53ec2387bc22581e526bff075c17c9f5a9f31 100644 |
--- a/ui/views/bubble/bubble_delegate.cc |
+++ b/ui/views/bubble/bubble_delegate.cc |
@@ -181,7 +181,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_; |