Bug 132780 - Subpixel rendering: Make sure <select> decoration items are snapped to device pixels.
Summary: Subpixel rendering: Make sure <select> decoration items are snapped to device...
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords:
Depends on: 132779
Blocks:
  Show dependency treegraph
 
Reported: 2014-05-10 12:48 PDT by zalan
Modified: 2014-05-11 16:44 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.