Bug 80655

Summary: Change calcRadiiFor to IntSize
Product: WebKit Reporter: Emil A Eklund <eae>
Component: Layout and RenderingAssignee: Emil A Eklund <eae>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, jchaffraix, leviw, simon.fraser, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 60318    
Attachments:
Description Flags
Patch none

Description Emil A Eklund 2012-03-08 16:27:14 PST
Since borders and RoundedRect are both using integers it doesn't make sense for calcRadiiFor to use LayoutRects. It just adds unnecessary type conversions.
Comment 1 Emil A Eklund 2012-03-08 16:31:29 PST
Created attachment 130936 [details]
Patch
Comment 2 Emil A Eklund 2012-03-08 16:41:45 PST
Comment on attachment 130936 [details]
Patch

Thanks Simon!
Comment 3 WebKit Review Bot 2012-03-08 21:00:58 PST
Comment on attachment 130936 [details]
Patch

Clearing flags on attachment: 130936

Committed r110260: <http://trac.webkit.org/changeset/110260>
Comment 4 WebKit Review Bot 2012-03-08 21:01:02 PST
All reviewed patches have been landed.  Closing bug.