[webkit-reviews] review granted: [Bug 70172] [Chromium] Implement canvas.toDataURL("image/webp") : [Attachment 111573] Update ChangeLog.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 2 21:46:40 PDT 2011


Adam Barth <abarth at webkit.org> has granted noel gordon
<noel.gordon at gmail.com>'s request for review:
Bug 70172: [Chromium] Implement canvas.toDataURL("image/webp")
https://bugs.webkit.org/show_bug.cgi?id=70172

Attachment 111573: Update ChangeLog.
https://bugs.webkit.org/attachment.cgi?id=111573&action=review

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


> Source/WebCore/platform/graphics/skia/ImageBufferSkia.cpp:391
> +	       return "data:,";

Should "data:," be a constant shared by all the uses in this function?


More information about the webkit-reviews mailing list