[webkit-reviews] review requested: [Bug 48180] [WINCE] Rename SharedBitmap::createInstance to SharedBitmap::create : [Attachment 71634] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 23 04:45:10 PDT 2010


Patrick R. Gansterer <paroga at paroga.com> has asked  for review:
Bug 48180: [WINCE] Rename SharedBitmap::createInstance to SharedBitmap::create
https://bugs.webkit.org/show_bug.cgi?id=48180

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

------- Additional Comments from Patrick R. Gansterer <paroga at paroga.com>
New new create function are:
PassRefPtr<SharedBitmap> SharedBitmap::create(const IntSize& size,
BitmapInfo::BitCount bitCount, bool initPixels)
PassRefPtr<SharedBitmap> SharedBitmap::create(const Vector<unsigned>& data,
const IntSize& size, bool hasAlpha)


More information about the webkit-reviews mailing list