Index: ui/views/bubble/bubble_border_2.h |
diff --git a/ui/views/bubble/bubble_border_2.h b/ui/views/bubble/bubble_border_2.h |
index d3a4f2588e95fbe60b56e119aaadaa9f4dcfae0b..46eafbc1e7f05fc66502144200dfb274f94dff3f 100644 |
--- a/ui/views/bubble/bubble_border_2.h |
+++ b/ui/views/bubble/bubble_border_2.h |
@@ -50,8 +50,8 @@ class VIEWS_EXPORT BubbleBorder2 : public BubbleBorder { |
virtual int GetBorderThickness() const OVERRIDE; |
protected: |
- void PaintBackground(gfx::Canvas* canvas, |
- const gfx::Rect& bounds) const; |
+ virtual void PaintBackground(gfx::Canvas* canvas, |
+ const gfx::Rect& bounds) const; |
private: |
// Gets arrow offset based on arrow location and |offset_|. |