Bug 25081

Summary: Update Chromium Linux's font metrics to match Skia
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 14:07:45 PDT
Skia is changing from reporting the XRange to reporting the XMin and XMax. Obviously these are equivalent, but other users of the metrics need the two numbers to be separate.
Comment 1 Adam Langley 2009-04-07 14:08:12 PDT
Created attachment 29316 [details]
patch
Comment 2 Darin Fisher (:fishd, Google) 2009-04-07 14:24:02 PDT
Comment on attachment 29316 [details]
patch

When do you want this to be committed?
Comment 3 Adam Langley 2009-04-07 14:25:35 PDT
Please commit whenever. When I see the bug closed I'll commit to the Chromium fork and commit the Chromium side at the same time.

Thanks
Comment 4 Darin Fisher (:fishd, Google) 2009-04-07 15:04:45 PDT
In the future, please include a bug link in your ChangeLog entry.  Thanks!

Landed as:  http://trac.webkit.org/changeset/42290