Index: ui/views/bubble/tray_bubble_view.h |
diff --git a/ui/views/bubble/tray_bubble_view.h b/ui/views/bubble/tray_bubble_view.h |
index e33200bd5c5f5cb0ee7244297e4c498ddad6d81f..26e12b1ca23c7fa437c102582f8a7d352d8a8ddd 100644 |
--- a/ui/views/bubble/tray_bubble_view.h |
+++ b/ui/views/bubble/tray_bubble_view.h |
@@ -156,9 +156,9 @@ class VIEWS_EXPORT TrayBubbleView : public views::BubbleDelegateView, |
virtual gfx::Rect GetAnchorRect() OVERRIDE; |
// Overridden from views::View. |
- virtual gfx::Size GetPreferredSize() OVERRIDE; |
+ virtual gfx::Size GetPreferredSize() const OVERRIDE; |
virtual gfx::Size GetMaximumSize() OVERRIDE; |
- virtual int GetHeightForWidth(int width) OVERRIDE; |
+ virtual int GetHeightForWidth(int width) const OVERRIDE; |
virtual void OnMouseEntered(const ui::MouseEvent& event) OVERRIDE; |
virtual void OnMouseExited(const ui::MouseEvent& event) OVERRIDE; |
virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; |