| Index: views/bubble/bubble_border.cc
|
| diff --git a/views/bubble/bubble_border.cc b/views/bubble/bubble_border.cc
|
| index 871e669bed455cf0b7db235c4d424e91918c0ae7..377e94fbcf48b3f1f6313c52af058913c4529886 100644
|
| --- a/views/bubble/bubble_border.cc
|
| +++ b/views/bubble/bubble_border.cc
|
| @@ -200,6 +200,8 @@ void BubbleBorder::InitClass() {
|
| }
|
| }
|
|
|
| +BubbleBorder::~BubbleBorder() {}
|
| +
|
| void BubbleBorder::Paint(const views::View& view, gfx::Canvas* canvas) const {
|
| // Convenience shorthand variables.
|
| const int tl_width = top_left_->width();
|
|
|