Bug 127949

Summary: Subpixel rendering: Change BorderData's width from unsigned to float to enable subpixel border painting.
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dino, dstockwell, esprehn+autocc, glenn, gyuyoung.kim, kondapallykalyan, macpherson, menard, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 127524    
Attachments:
Description Flags
Patch kling: review+

Description zalan 2014-01-30 14:07:50 PST
SSIA
Comment 1 zalan 2014-01-30 14:12:02 PST
Created attachment 222732 [details]
Patch
Comment 2 Andreas Kling 2014-01-30 14:54:13 PST
Comment on attachment 222732 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=222732&action=review

r=me

> Source/WebCore/rendering/style/BorderValue.h:89
> -    unsigned m_isAuto : 1; // OutlineIsAuto
> +    unsigned m_isAuto : 27; // OutlineIsAuto

You can leave this alone.
Comment 3 zalan 2014-01-30 19:47:34 PST
Committed r163152: <http://trac.webkit.org/changeset/163152>