[Webkit-unassigned] [Bug 89924] New: [Texmap] Bug fix typo about computing bytesPerLine in BitmapTextureGL.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 25 17:14:22 PDT 2012


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

           Summary: [Texmap] Bug fix typo about computing bytesPerLine in
                    BitmapTextureGL.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luxtella at company100.net


"bytesPerLine == targetRect.width() / 4" is invalid.
This patch amended it into "bytesPerLine == targetRect.width() * 4".
Moreover, changed magic number 4 to bytesPerPixel.

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