RESOLVED FIXED 82213
Convert RenderSelectionInfo::rect to LayoutUnits
https://bugs.webkit.org/show_bug.cgi?id=82213
Summary Convert RenderSelectionInfo::rect to LayoutUnits
Levi Weintraub
Reported 2012-03-26 08:24:18 PDT
RenderSelectionInfoBase stores a cached repaint rect in local coordinates, and therefor should store it in LayoutUnits.
Attachments
Patch (1.46 KB, patch)
2012-03-26 08:26 PDT, Levi Weintraub
no flags
Levi Weintraub
Comment 1 2012-03-26 08:26:59 PDT
Eric Seidel (no email)
Comment 2 2012-03-26 15:42:49 PDT
Comment on attachment 133818 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=133818&action=review > Source/WebCore/ChangeLog:9 > + RenderSelectionInfoBase stores a cached repaint rect in local coordinates. Coordinates local to > + renderers should be stored in LayoutUnits. I think these sorts of changelogs might link to the wiki. Ending in "As described in LayoutUnit: http://trac.webkit.org/wiki/LayoutUnit"
Eric Seidel (no email)
Comment 3 2012-03-26 15:43:11 PDT
Comment on attachment 133818 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=133818&action=review >> Source/WebCore/ChangeLog:9 >> + renderers should be stored in LayoutUnits. > > I think these sorts of changelogs might link to the wiki. > > Ending in "As described in LayoutUnit: http://trac.webkit.org/wiki/LayoutUnit" Obviously this means that then the wiki would need to make sure to include this sort of rational. :)
Levi Weintraub
Comment 4 2012-03-27 03:53:03 PDT
Levi Weintraub
Comment 5 2012-03-27 03:54:45 PDT
Comment on attachment 133818 [details] Patch Clearing flags.
Note You need to log in before you can comment on or make changes to this bug.