Bug 107331 - Change RenderStyle::getRoundedInnerBorderFor to take ints for border widths
Summary: Change RenderStyle::getRoundedInnerBorderFor to take ints for border widths
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: Emil A Eklund
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-18 14:54 PST by Emil A Eklund
Modified: 2013-01-18 15:23 PST (History)
4 users (show)

See Also:


Attachments
Patch (3.64 KB, patch)
2013-01-18 14:55 PST, Emil A Eklund
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Emil A Eklund 2013-01-18 14:54:42 PST
Borders are always represented as ints yet RenderStyle::getRoundedInnerBorderFor upcasts from int to LayoutUnit when calling getRoundedInnerBorderFor.
Comment 1 Emil A Eklund 2013-01-18 14:55:22 PST
Created attachment 183553 [details]
Patch
Comment 2 Levi Weintraub 2013-01-18 14:59:44 PST
Comment on attachment 183553 [details]
Patch

Makes sense.
Comment 3 WebKit Review Bot 2013-01-18 15:23:53 PST
Comment on attachment 183553 [details]
Patch

Clearing flags on attachment: 183553

Committed r140213: <http://trac.webkit.org/changeset/140213>
Comment 4 WebKit Review Bot 2013-01-18 15:23:56 PST
All reviewed patches have been landed.  Closing bug.