[Webkit-unassigned] [Bug 51186] [chromium] Add asserts to test for contiguous-pixel Skia bitmaps.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 16 07:33:12 PST 2010


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


W. James MacLean <wjmaclean at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|Other                       |All
         OS/Version|Mac OS X 10.5               |All




--- Comment #2 from W. James MacLean <wjmaclean at chromium.org>  2010-12-16 07:33:12 PST ---
Since Skia bitmaps may have rowBytes() >= bytesPerPixel() * width(), and since some places in the code assume the equality above is enforced, add asserts() to detect when there are extra bytes at the end of each line where padding=0 is assumed.

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