[webkit-reviews] review requested: [Bug 28751] Misc. small image system cleanups : [Attachment 46709] Use OwnPtrs and remove GIFImageDecoderPrivate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 15 13:40:42 PST 2010


Peter Kasting <pkasting at google.com> has asked  for review:
Bug 28751: Misc. small image system cleanups
https://bugs.webkit.org/show_bug.cgi?id=28751

Attachment 46709: Use OwnPtrs and remove GIFImageDecoderPrivate
https://bugs.webkit.org/attachment.cgi?id=46709&action=review

------- Additional Comments from Peter Kasting <pkasting at google.com>
This moves the private reader objects in several decoders from being raw
pointers to OwnPtrs, to simplify the code a little.  Since I'm touching this
part of the GIF decoder anyway, it also removes GIFImageDecoderPrivate, since
that wrapper class doesn't seem to add much value beyond simplifying the
"decode" API call, and it takes up a big chunk of space.


More information about the webkit-reviews mailing list