Bringing DOMNodeHighlighter in line with the subpixellayout branch.
Created attachment 136309 [details] Patch
Comment on attachment 136309 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=136309&action=review > Source/WebCore/ChangeLog:11 > + Ensuring DOMNodeHighlighter uses pixel snapping that matches that done in the RenderTree. Changes include: > + - Reverting drawSubstring to use an IntPoint with pixel snapped values instead of a LayoutPoint. > + - Reverting borderBox to an IntRect since it's in absolute coordinates. See https://trac.webkit.org/wiki/LayoutUnit. > + - Frames are still laid out with integers. Cleaning up mainFrameOffset to reflect that. Nicely stated!
Comment on attachment 136309 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=136309&action=review >> Source/WebCore/ChangeLog:11 >> + - Frames are still laid out with integers. Cleaning up mainFrameOffset to reflect that. > > Nicely stated! Thanks!
Comment on attachment 136309 [details] Patch Clearing flags on attachment: 136309 Committed r113663: <http://trac.webkit.org/changeset/113663>
All reviewed patches have been landed. Closing bug.