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 e49956b515403c36e862957f093fba1c57199f34..d89aef8b712574bc91c80cd69e3eadf284065027 100644 |
--- a/ui/views/bubble/bubble_frame_view.cc |
+++ b/ui/views/bubble/bubble_frame_view.cc |
@@ -163,6 +163,8 @@ void BubbleFrameView::UpdateWindowTitle() { |
ResetWindowControls(); |
} |
+void BubbleFrameView::SizeConstraintsChanged() {} |
+ |
void BubbleFrameView::SetTitleFontList(const gfx::FontList& font_list) { |
title_->SetFontList(font_list); |
} |