Workaround Skia and Pango measuring font heights differently by asking Pango
for the height that we'll report in the gfx::Font. This seems wrong, but at
least things will look reasonable until we find a better solution.

This changes the existing height computation code to use ceiling. Even though
this is no longer used, it is good to have the correct code for the height
computation here so that if we find a better solution, it will be run properly.

This also gives more room for the clock in the status area view because the
height is now more and we want it to be aligned properly.

BUG=none
TEST=none
Review URL: http://codereview.chromium.org/183044

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25131 0039d316-1c4b-4281-b951-d872f2087c98
2 files changed