[webkit-reviews] review requested: [Bug 17840] [Transforms] Modifying transform values on relatively positioned elements fails to redraw : [Attachment 25090] Patch to tidy up RenderBox::computeAbsoluteRepaintRect()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 11 23:32:18 PST 2008


Simon Fraser (smfr) <simon.fraser at apple.com> has asked Dave Hyatt
<hyatt at apple.com> for review:
Bug 17840: [Transforms] Modifying transform values on relatively positioned
elements fails to redraw
https://bugs.webkit.org/show_bug.cgi?id=17840

Attachment 25090: Patch to tidy up RenderBox::computeAbsoluteRepaintRect()
https://bugs.webkit.org/attachment.cgi?id=25090&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
This is a follow-up patch that clean up
RenderBox::computeAbsoluteRepaintRect():
* Do early return of container() is null
* if/else on style()->position()
* Make use of layer()->scrolledContentOffset()


More information about the webkit-reviews mailing list