Index: chrome/browser/gtk/bookmark_utils_gtk.cc |
=================================================================== |
--- chrome/browser/gtk/bookmark_utils_gtk.cc (revision 55911) |
+++ chrome/browser/gtk/bookmark_utils_gtk.cc (working copy) |
@@ -196,7 +196,7 @@ |
ResourceBundle& rb = ResourceBundle::GetSharedInstance(); |
const gfx::Font& base_font = rb.GetFont(ResourceBundle::BaseFont); |
gtk_widget_set_size_request(window, kDragRepresentationWidth, |
- base_font.height()); |
+ base_font.GetHeight()); |
} else { |
if (!provider->UseGtkTheme()) { |
// TODO(erg): Theme wise, which color should I be picking here? |