Bug 106266 - [chromium] Refactor PlatformContextSkia LCD text API
Summary: [chromium] Refactor PlatformContextSkia LCD text API
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alok Priyadarshi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-07 15:35 PST by Alok Priyadarshi
Modified: 2013-04-08 15:39 PDT (History)
6 users (show)

See Also:


Attachments
Patch (9.60 KB, patch)
2013-01-07 15:58 PST, Alok Priyadarshi
benjamin: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alok Priyadarshi 2013-01-07 15:35:58 PST
- Make couldUseLCDRenderedText private
- Rename adjustTextRenderMode to adjustPaintFlagsForText to be consistent with setupPaintFor* functions.
Comment 1 Alok Priyadarshi 2013-01-07 15:58:14 PST
Created attachment 181589 [details]
Patch