[webkit-reviews] review requested: [Bug 42463] [Qt] Avoid QImage::pixel() in getImageData() : [Attachment 61840] Proposed patch v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 16 13:01:47 PDT 2010


Andreas Kling <andreas.kling at nokia.com> has asked  for review:
Bug 42463: [Qt] Avoid QImage::pixel() in getImageData()
https://bugs.webkit.org/show_bug.cgi?id=42463

Attachment 61840: Proposed patch v2
https://bugs.webkit.org/attachment.cgi?id=61840&action=review

------- Additional Comments from Andreas Kling <andreas.kling at nokia.com>
Oops, don't use QRgb* to traverse the scan lines, since QRgb might be 64-bit.
Use quint32* instead.


More information about the webkit-reviews mailing list