[Webkit-unassigned] [Bug 222348] New: [GPU Process] Implement ImageBufferShareableBitmapBackend::bytesPerRow()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 24 01:42:15 PST 2021


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

            Bug ID: 222348
           Summary: [GPU Process] Implement
                    ImageBufferShareableBitmapBackend::bytesPerRow()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Canvas
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: dino at apple.com

The ShareableBitmapCG aligns the rows using IOSurfaceAlignProperty(kIOSurfaceBytesPerRow, ...). This means the default implementation which is "width x 4" is wrong for ImageBufferShareableBitmapBackend.

This will fix the layout failure:

fast/canvas/canvas-large-dimensions.html [ Failure ]

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210224/21bf1892/attachment.htm>


More information about the webkit-unassigned mailing list