Bug 62989 - rewrite Font::drawGlyphs for Skia on Chrome ports
Summary: rewrite Font::drawGlyphs for Skia on Chrome ports
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P2 Normal
Assignee: Mike Reed
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-20 07:45 PDT by Cary Clark
Modified: 2013-04-09 12:59 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cary Clark 2011-06-20 07:45:43 PDT
This function in FontLinux.cpp needs to be split into helper functions to better scope the inputs/outputs, and reduce duplicate code.

See 62889 for more details.