[webkit-reviews] review cancelled: [Bug 13209] REGRESSION (r18756-18765): Incomplete list marker repaint when resizing list item : [Attachment 13835] Use the final horizontal overflows for repainting changed lines.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 28 15:09:13 PDT 2007


Dave Hyatt <hyatt at apple.com> has cancelled mitz at webkit.org's request for
review:
Bug 13209: REGRESSION (r18756-18765): Incomplete list marker repaint when
resizing list item
http://bugs.webkit.org/show_bug.cgi?id=13209

Attachment 13835: Use the final horizontal overflows for repainting changed
lines.
http://bugs.webkit.org/attachment.cgi?id=13835&action=edit

------- Additional Comments from Dave Hyatt <hyatt at apple.com>
-    IntRect repaintRect(0, 0, 0, 0);
-    if (useRepaintRect) {
-	 repaintRect.setX(m_overflowLeft);
-	 repaintRect.setWidth(m_overflowWidth - m_overflowLeft);
-	 repaintRect.setY(repaintTop);
-	 repaintRect.setHeight(repaintBottom - repaintTop);
-    }
-

Why is it ok to remove this part?



More information about the webkit-reviews mailing list