Bug 90826

Summary: [Chromium-Android] Use default font rendering styles in FontPlatformData::querySystemForRenderStyle()
Product: WebKit Reporter: Xianzhu Wang <wangxianzhu>
Component: Layout and RenderingAssignee: Xianzhu Wang <wangxianzhu>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, jamesr, tony, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 66687    
Attachments:
Description Flags
Patch none

Description Xianzhu Wang 2012-07-09 15:18:32 PDT
With WebKit API, we can set font rendering styles from Chromium side for chromium-android. To use the styles, FontPlatformData::querySystemForRenderStyle() should initialize the fields of m_style with FontRenderStyle::NoPreference.
Comment 1 Xianzhu Wang 2012-07-09 15:27:06 PDT
Created attachment 151332 [details]
Patch
Comment 2 Adam Barth 2012-07-10 12:37:04 PDT
Comment on attachment 151332 [details]
Patch

Ok.
Comment 3 Adam Barth 2012-07-10 12:38:06 PDT
I'm not an expert here, so let me know if you'd like an expert review.
Comment 4 WebKit Review Bot 2012-07-10 13:30:19 PDT
Comment on attachment 151332 [details]
Patch

Clearing flags on attachment: 151332

Committed r122255: <http://trac.webkit.org/changeset/122255>
Comment 5 WebKit Review Bot 2012-07-10 13:30:24 PDT
All reviewed patches have been landed.  Closing bug.