Bug 136275 - Subpixel layout: Cleanup snapping/rounding functions on LayoutUnit LayoutPoint LayoutSize and LayoutRect.
Summary: Subpixel layout: Cleanup snapping/rounding functions on LayoutUnit LayoutPoin...
Status: RESOLVED FIXED
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: 136236 136253 136264 136276 136306 136310 136314 136319 136341 136383
Blocks:
  Show dependency treegraph
 
Reported: 2014-08-26 20:14 PDT by zalan
Modified: 2015-08-13 15:58 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-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.