| Index: chrome/browser/gtk/tabs/tab_renderer_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/gtk/tabs/tab_renderer_gtk.cc (revision 30614)
|
| +++ chrome/browser/gtk/tabs/tab_renderer_gtk.cc (working copy)
|
| @@ -1039,7 +1039,7 @@
|
| ResourceBundle& rb = ResourceBundle::GetSharedInstance();
|
| // Force the font size to 9pt, which matches Windows' default font size
|
| // (taken from the system).
|
| - gfx::Font base_font = rb.GetFont(ResourceBundle::BaseFont);
|
| + const gfx::Font& base_font = rb.GetFont(ResourceBundle::BaseFont);
|
| title_font_ = new gfx::Font(gfx::Font::CreateFont(base_font.FontName(), 9));
|
| title_font_height_ = title_font_->height();
|
|
|
|
|