| Index: chrome/browser/gtk/tabs/tab_renderer_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/gtk/tabs/tab_renderer_gtk.cc (revision 24758)
|
| +++ chrome/browser/gtk/tabs/tab_renderer_gtk.cc (working copy)
|
| @@ -629,8 +629,7 @@
|
| } else {
|
| title_width = std::max(local_bounds.width() - title_left, 0);
|
| }
|
| - title_bounds_.SetRect(title_left, title_top, title_width,
|
| - title_font_height_);
|
| + title_bounds_.SetRect(title_left, title_top, title_width, content_height);
|
| }
|
|
|
| favicon_bounds_.set_x(
|
|
|