diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-07 22:58:26 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-07 22:58:26 +0000 |
commit | 3701009cea1762df31f8108ca182ded30333a303 (patch) | |
tree | ec9a42cec30666ec67d903f807c1f45c43a215b3 /DEPS | |
parent | 98d9e2d62e8313915dc112d10899c2dc48e4845c (diff) | |
download | chromium_src-3701009cea1762df31f8108ca182ded30333a303.zip chromium_src-3701009cea1762df31f8108ca182ded30333a303.tar.gz chromium_src-3701009cea1762df31f8108ca182ded30333a303.tar.bz2 |
Skia: remove fHeight
Skia was previously calculating the leading value incorrectly, leading
us to add fHeight to get the height of a line of text. Now that Skia
is calculating fLeading correctly, we can remove fHeight.
http://codereview.chromium.org/62123
https://bugs.webkit.org/show_bug.cgi?id=25083
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13299 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ deps = { "http://googletest.googlecode.com/svn/trunk@214", "src/third_party/WebKit": - "/trunk/deps/third_party/WebKit@13293", + "/trunk/deps/third_party/WebKit@13297", "src/third_party/icu38": "/trunk/deps/third_party/icu38@13083", |