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