[Webkit-unassigned] [Bug 231326] New: Delete WebCore::DisplayList::SetInlineFillGradient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 6 13:18:39 PDT 2021


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

            Bug ID: 231326
           Summary: Delete WebCore::DisplayList::SetInlineFillGradient
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wenson_hsieh at apple.com

This display list item was originally introduced to allow Canvas Lines to run to fully run without using any out-of-line display list items, when using Concurrent Display Lists.

However, the way this item is currently being encoded is not safe, since Gradient::Data is a Variant.

I did not measure use of this display list item to affect performance of Canvas Lines in the streaming display list prototype, so instead of making it work with the new architecture, we should just delete it altogether.

-- 
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/20211006/39518bc9/attachment-0001.htm>


More information about the webkit-unassigned mailing list