Bug 25083

Summary: Chromium Linux: use fLeading rather than fHeight
Product: WebKit Reporter: Adam Langley <agl>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
patch fishd: review+

Description Adam Langley 2009-04-07 15:08:58 PDT
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.

(should be the last one)
Comment 1 Adam Langley 2009-04-07 15:09:51 PDT
Created attachment 29318 [details]
patch
Comment 2 Darin Fisher (:fishd, Google) 2009-04-07 15:31:14 PDT
Landed as:  http://trac.webkit.org/changeset/42294