RenderSelectionInfoBase stores a cached repaint rect in local coordinates, and therefor should store it in LayoutUnits.
Created attachment 133818 [details] Patch
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"
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. :)
Committed r112248: <http://trac.webkit.org/changeset/112248>
Comment on attachment 133818 [details] Patch Clearing flags.