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+

zalan
Reported 2014-01-30 14:07:50 PST
SSIA
Attachments
Patch (17.58 KB, patch)
2014-01-30 14:12 PST, zalan
kling: review+
zalan
Comment 1 2014-01-30 14:12:02 PST
Andreas Kling
Comment 2 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.
zalan
Comment 3 2014-01-30 19:47:34 PST
Note You need to log in before you can comment on or make changes to this bug.