[webkit-reviews] review requested: [Bug 43724] Support all available biBitCount values in BitmapInfo : [Attachment 63902] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 9 09:21:43 PDT 2010


Patrick R. Gansterer <paroga at paroga.com> has asked  for review:
Bug 43724: Support all available biBitCount values in BitmapInfo
https://bugs.webkit.org/show_bug.cgi?id=43724

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

------- Additional Comments from Patrick R. Gansterer <paroga at paroga.com>
bitmapInfo.bmiHeader.biSizeImage     = 0;
bitmapInfo.bmiHeader.biXPelsPerMeter = 0;
bitmapInfo.bmiHeader.biYPelsPerMeter = 0;
bitmapInfo.bmiHeader.biClrUsed	     = 0;
bitmapInfo.bmiHeader.biClrImportant  = 0;
Is alredy done via memset in constructor.


More information about the webkit-reviews mailing list