[Webkit-unassigned] [Bug 34684] [Haiku] Fix rect conversion and image rendering on Haiku

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 10 13:27:51 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34684





--- Comment #4 from Eric Seidel <eric at webkit.org>  2010-02-10 13:27:51 PST ---
(From update of attachment 48297)
 46 #include <stdio.h>
seems wrong.

This should be an OwnPtr:
     BBitmap* bmp = new BBitmap(BRect(0, 0, width() - 1, height() - 1), 0,
 38         B_RGBA32, bytesPerRow);
you can call .release() during return.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list