RESOLVED FIXED 127580
Replace LayoutUnit() calls to a more descriptive LayoutUnit::fromPixel(int).
https://bugs.webkit.org/show_bug.cgi?id=127580
Summary Replace LayoutUnit() calls to a more descriptive LayoutUnit::fromPixel(int).
alan
Reported 2014-01-24 13:30:45 PST
LayoutUnit(1) is highly ambiguous. It is intended to set one (CSS) pixel, but it could read as 1 layout unit (1/64th of pixel atm)
Attachments
Patch (9.95 KB, patch)
2014-01-24 14:23 PST, alan
no flags
alan
Comment 1 2014-01-24 14:23:40 PST
WebKit Commit Bot
Comment 2 2014-01-24 16:17:31 PST
Comment on attachment 222155 [details] Patch Clearing flags on attachment: 222155 Committed r162737: <http://trac.webkit.org/changeset/162737>
WebKit Commit Bot
Comment 3 2014-01-24 16:17:33 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2014-01-28 00:43:08 PST
Note You need to log in before you can comment on or make changes to this bug.