Bug 136275

Summary: Subpixel layout: Cleanup snapping/rounding functions on LayoutUnit LayoutPoint LayoutSize and LayoutRect.
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 136236, 136253, 136264, 136276, 136306, 136310, 136314, 136319, 136341, 136383    
Bug Blocks:    

Description zalan 2014-08-26 20:14:29 PDT
Umbrella bug.
Comment 1 zalan 2014-08-26 20:22:43 PDT
The goals are,
1, remove all redundant functions.
2. have a well defined naming pattern.
3. consistency across Layout* classes.