[Webkit-unassigned] [Bug 231404] New: Split DisplayList::Recorder into an abstract base class and a concrete implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 7 17:27:20 PDT 2021


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

            Bug ID: 231404
           Summary: Split DisplayList::Recorder into an abstract base
                    class and a concrete implementation
           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

More work towards streaming display lists.

This refactoring will allow us to introduce a WebKit2-specific subclass of DisplayList::Recorder in a subsequent patch, which is similar to the existing DisplayList::Recorder object, but immediately sends its display list items to the GPU Process through the IPC stream connection instead of appending them to an instance of WebCore::DisplayList.

-- 
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/20211008/2bc57296/attachment.htm>


More information about the webkit-unassigned mailing list