| Index: chrome/browser/ui/views/accessibility/invert_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/accessibility/invert_bubble_view.cc b/chrome/browser/ui/views/accessibility/invert_bubble_view.cc
|
| index b6919ba05704fc0eeda9942d423054583cce49dd..6b8f990fbea3e19a7b5d6a04bcbced0fb133f068 100644
|
| --- a/chrome/browser/ui/views/accessibility/invert_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/accessibility/invert_bubble_view.cc
|
| @@ -78,7 +78,8 @@ void InvertBubbleView::Init() {
|
| rb.GetFontList(ui::ResourceBundle::MediumFont);
|
|
|
| views::Label* title = new views::Label(
|
| - base::string16(), original_font_list.Derive(2, gfx::Font::BOLD));
|
| + base::string16(),
|
| + original_font_list.Derive(2, gfx::Font::NORMAL, gfx::Font::Weight::BOLD));
|
| title->SetMultiLine(true);
|
|
|
| learn_more_ = new views::Link(l10n_util::GetStringUTF16(IDS_LEARN_MORE));
|
|
|