summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/tabs/base_tab.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/tabs/base_tab.cc')
-rw-r--r--chrome/browser/views/tabs/base_tab.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/tabs/base_tab.cc b/chrome/browser/views/tabs/base_tab.cc
index eb2a5b5..4d89a6a 100644
--- a/chrome/browser/views/tabs/base_tab.cc
+++ b/chrome/browser/views/tabs/base_tab.cc
@@ -480,6 +480,6 @@ void BaseTab::InitResources() {
initialized = true;
font_ = new gfx::Font(
ResourceBundle::GetSharedInstance().GetFont(ResourceBundle::BaseFont));
- font_height_ = font_->height();
+ font_height_ = font_->GetHeight();
}
}