[Webkit-unassigned] [Bug 27561] ImageDecoder enhancements for WINCE port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 7 13:28:25 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27561


Eric Seidel <eric at webkit.org> changed:

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




--- Comment #18 from Eric Seidel <eric at webkit.org>  2009-08-07 13:28:25 PDT ---
(From update of attachment 33341)
Tabs:
84     for (int scaledX = 0;;) {
 85         int x = scaledX * zoom + 0.5;
 86         if (x < width) {
 87             m_scaledColumns.append(x);
 88             ++scaledX;
 89         } else
 90             break;
 91     }
Why not while(true) there?

No:
 #if USE(IMAGEFRAMESINK)
 251 #else

Peter Kasting should see this patch.

r- for tabs.

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



More information about the webkit-unassigned mailing list