[Webkit-unassigned] [Bug 13209] REGRESSION (r18756-18765): Incomplete list marker repaint when resizing list item

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


http://bugs.webkit.org/show_bug.cgi?id=13209


hyatt at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13835|review?                     |
               Flag|                            |




------- Comment #4 from hyatt at apple.com  2007-03-28 15:09 PDT -------
(From update of attachment 13835)
-    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?


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list