[webkit-reviews] review granted: [Bug 57409] [WinCairo] Implement Missing drawWindowsBitmap : [Attachment 87795] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 31 15:42:35 PDT 2011


Adam Roben (:aroben) <aroben at apple.com> has granted Brent Fulgham
<bfulgham at webkit.org>'s request for review:
Bug 57409: [WinCairo] Implement Missing drawWindowsBitmap
https://bugs.webkit.org/show_bug.cgi?id=57409

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

------- Additional Comments from Adam Roben (:aroben) <aroben at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=87795&action=review

> Source/WebCore/platform/graphics/win/GraphicsContextWin.cpp:71
> +    UInt8* storage = 0;

You could make this a void* to avoid the cast.


More information about the webkit-reviews mailing list