[webkit-reviews] review requested: [Bug 118621] [cairo] memory corruption with putImageData and accelerated canvas. : [Attachment 206697] patch proposal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 15 15:50:20 PDT 2013


arno. <a.renevier at samsung.com> has asked  for review:
Bug 118621: [cairo] memory corruption with putImageData and accelerated canvas.
https://bugs.webkit.org/show_bug.cgi?id=118621

Attachment 206697: patch proposal
https://bugs.webkit.org/attachment.cgi?id=206697&action=review

------- Additional Comments from arno. <a.renevier at samsung.com>
in this patch, we use access data directly if we have an image surface.
Otherwise, we create image surface and copy data from (or to) it. This is
already the current underlying mechanism, but it's made more explicit. Also, we
create the temporary image surface with the minimal needed size. This reduces
data transfer


More information about the webkit-reviews mailing list