[webkit-reviews] review requested: [Bug 15072] Fix ImageDecoder.cpp
to not copy incoming data : [Attachment 16110] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 24 14:23:24 PDT 2007
Marvin Decker <marv.decker at gmail.com> has asked for review:
Bug 15072: Fix ImageDecoder.cpp to not copy incoming data
http://bugs.webkit.org/show_bug.cgi?id=15072
Attachment 16110: Patch
http://bugs.webkit.org/attachment.cgi?id=16110&action=edit
------- Additional Comments from Marvin Decker <marv.decker at gmail.com>
This patch changes ImageDecoder.setData to take a SharedBuffer*, and I updated
the other Cairo image decoders. This also fixes two compiler warnings (unused
variable and a for loop type mismatch).
More information about the webkit-reviews
mailing list