Bug 90826 - [Chromium-Android] Use default font rendering styles in FontPlatformData::querySystemForRenderStyle()
Summary: [Chromium-Android] Use default font rendering styles in FontPlatformData::que...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Xianzhu Wang
URL:
Keywords:
Depends on:
Blocks: 66687
  Show dependency treegraph
 
Reported: 2012-07-09 15:18 PDT by Xianzhu Wang
Modified: 2012-07-10 13:30 PDT (History)
4 users (show)

See Also:


Attachments
Patch (5.08 KB, patch)
2012-07-09 15:27 PDT, Xianzhu Wang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.