| 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 8df63f1e48dc0269dca168f4c0af07557660d694..8c5e8b4ab7e1b53f44de8c3be2a877edf80bffe5 100644
|
| --- a/ui/views/bubble/bubble_frame_view.cc
|
| +++ b/ui/views/bubble/bubble_frame_view.cc
|
| @@ -161,6 +161,10 @@ void BubbleFrameView::UpdateWindowTitle() {
|
| ResetWindowControls();
|
| }
|
|
|
| +void BubbleFrameView::SetTitleFontList(const gfx::FontList& font_list) {
|
| + title_->SetFontList(font_list);
|
| +}
|
| +
|
| gfx::Insets BubbleFrameView::GetInsets() const {
|
| gfx::Insets insets = content_margins_;
|
| const int title_height = title_->text().empty() ? 0 :
|
|
|