Bug 64021 - Audit all uses of roundedLayout* once we've moved away from integers
Summary: Audit all uses of roundedLayout* once we've moved away from integers
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Emil A Eklund
URL:
Keywords:
Depends on:
Blocks: 63656
  Show dependency treegraph
 
Reported: 2011-07-06 13:04 PDT by Emil A Eklund
Modified: 2012-06-05 10:38 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 Emil A Eklund 2011-07-06 13:04:48 PDT
We use roundedLayoutPoint/Rect/Unit, flooredLayout* and enclosingLayoutRect in quite a few places, most if not all of those calls can be removed once we move away from using integers for layout but we need to audit all the callsites to make sure.