Index: chrome/browser/views/about_chrome_view.cc |
diff --git a/chrome/browser/views/about_chrome_view.cc b/chrome/browser/views/about_chrome_view.cc |
index c4b2fdd5b656ca9b61828dd71136fb4ab0063fa8..37e544bc8eab53770459c3bfcc7128e0daa011fc 100755 |
--- a/chrome/browser/views/about_chrome_view.cc |
+++ b/chrome/browser/views/about_chrome_view.cc |
@@ -560,7 +560,8 @@ void AboutChromeView::DrawTextStartingFrom(gfx::Canvas* canvas, |
int y = position->height() + bounds.y(); |
// Draw the text on the screen (mirrored, if RTL run). |
- canvas->DrawStringInt(word, font, text_color, x, y, w, h, flags); |
+ canvas->DrawStringInt( |
+ word, font, text_color, x, y, w, font.height(), flags); |
if (word.size() > 0 && word[word.size() - 1] == L'\x0a') { |
// When we come across '\n', we move to the beginning of the next line. |