[Webkit-unassigned] [Bug 28835] New: [Haiku] Correction of native image creating.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 30 08:07:28 PDT 2009


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

           Summary: [Haiku] Correction of native image creating.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.maxime at gmail.com


In ImageDecoderHaiku.cpp, the RGBA32Buffer::asNewNativeImage() function doesn't
correctly handle the creation of native images. Actually, we used the
BBitmap::SetBits() method but the RGBA32 image in the buffer didn't have the
same number of bytes per row as the defined constant B_RGBA32 in Haiku. So
instead of using this handy method I made a memcpy of the buffer into the
BBitmap with the correct number of bytes per row.

-- 
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