| Index: ui/views/bubble/bubble_border.h
|
| diff --git a/ui/views/bubble/bubble_border.h b/ui/views/bubble/bubble_border.h
|
| index ec38f9553b342c78b5f2e0b94b6ee5939d355e21..71df7da52e723fa120d82f3f81311cb7bddb9b64 100644
|
| --- a/ui/views/bubble/bubble_border.h
|
| +++ b/ui/views/bubble/bubble_border.h
|
| @@ -103,8 +103,8 @@ class VIEWS_EXPORT BubbleBorder : public views::Border {
|
| // given the rect to point to and the size of the contained contents. This
|
| // depends on the arrow location, so if you change that, you should call this
|
| // again to find out the new coordinates.
|
| - gfx::Rect GetBounds(const gfx::Rect& position_relative_to,
|
| - const gfx::Size& contents_size) const;
|
| + virtual gfx::Rect GetBounds(const gfx::Rect& position_relative_to,
|
| + const gfx::Size& contents_size) const;
|
|
|
| // Sets a fixed offset for the arrow from the beginning of corresponding edge.
|
| // The arrow will still point to the same location but the bubble will shift
|
|
|