Bug 132780

Summary: Subpixel rendering: Make sure <select> decoration items are snapped to device pixels.
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: ASSIGNED ---    
Severity: Normal CC: ddkilzer
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 132779    
Bug Blocks:    

Description zalan 2014-05-10 12:48:20 PDT
*::paintMenuListButtonDecorations has the combination of ints and floats to calculate the final paint positions. It needs Layout* -> and snapped Float* instead.