[webkit-reviews] review granted: [Bug 57255] [chromium] have DRT write the png checksum into a png comment : [Attachment 87175] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 28 16:26:11 PDT 2011


Adam Barth <abarth at webkit.org> has granted Tony Chang <tony at chromium.org>'s
request for review:
Bug 57255: [chromium] have DRT write the png checksum into a png comment
https://bugs.webkit.org/show_bug.cgi?id=57255

Attachment 87175: Patch
https://bugs.webkit.org/attachment.cgi?id=87175&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=87175&action=review

> Tools/DumpRenderTree/chromium/TestShell.cpp:561
> -	       static_cast<int>(sourceBitmap.rowBytes()), discardTransparency,
&png);
> +	       static_cast<int>(sourceBitmap.rowBytes()), discardTransparency,
> +	       md5hash, &png);

This should be on one line.


More information about the webkit-reviews mailing list