[Chromium] Implement canvas.toDataURL("image/webp")
Created attachment 111129 [details] Patch
Created attachment 111214 [details] Patch
Created attachment 111573 [details] Update ChangeLog.
Comment on attachment 111573 [details] Update ChangeLog. 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?
Indeed, could be shared yes. In a future patch, I plan to factor it out and make this function return a boolean.
Created attachment 113629 [details] Patch for landing.
Comment on attachment 113629 [details] Patch for landing. Clearing flags on attachment: 113629 Committed r99319: <http://trac.webkit.org/changeset/99319>
All reviewed patches have been landed. Closing bug.
(In reply to comment #5) > In a future patch, I plan to factor it out and make this function return a boolean. Bug 71846