| Index: ui/views/bubble/bubble_frame_view.cc
|
| diff --git a/ui/views/bubble/bubble_frame_view.cc b/ui/views/bubble/bubble_frame_view.cc
|
| index 94d99d2d7b4a39194146ea254bfbfe1f780077a8..2bd579d79d958067b35b74627a189f297f84aab7 100644
|
| --- a/ui/views/bubble/bubble_frame_view.cc
|
| +++ b/ui/views/bubble/bubble_frame_view.cc
|
| @@ -54,6 +54,11 @@ namespace views {
|
| // static
|
| const char BubbleFrameView::kViewClassName[] = "BubbleFrameView";
|
|
|
| +// static
|
| +gfx::Insets BubbleFrameView::GetTitleInsets() {
|
| + return gfx::Insets(kTitleTopInset, kTitleLeftInset, kTitleBottomInset, 0);
|
| +}
|
| +
|
| BubbleFrameView::BubbleFrameView(const gfx::Insets& content_margins)
|
| : bubble_border_(NULL),
|
| content_margins_(content_margins),
|
|
|