Index: views/bubble/bubble_delegate.h |
diff --git a/views/bubble/bubble_delegate.h b/views/bubble/bubble_delegate.h |
index 2e1d78e5afc3be004e8b84512dc4dd4602df2f56..8bd0322ae00b52ce2c5c22a03335610dce940007 100644 |
--- a/views/bubble/bubble_delegate.h |
+++ b/views/bubble/bubble_delegate.h |
@@ -46,7 +46,7 @@ class VIEWS_EXPORT BubbleDelegateView : public WidgetDelegateView, |
void set_close_on_esc(bool close_on_esc) { close_on_esc_ = close_on_esc; } |
// Get the arrow's anchor point in screen space. |
- virtual gfx::Point GetAnchorPoint() const; |
+ virtual gfx::Point GetAnchorPoint(); |
// Get the arrow's location on the bubble. |
virtual BubbleBorder::ArrowLocation GetArrowLocation() const; |