[Webkit-unassigned] [Bug 189873] New: DisplayList should record and replay back the painting of the form controls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 21 18:59:31 PDT 2018


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

            Bug ID: 189873
           Summary: DisplayList should record and replay back the painting
                    of the form controls
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

The form control drawing will recorded as a paintRect and a callback. If the GraphicsContext is recording, the paintRect and the callback will be stored. Otherwise the callback will be called by passing the GraphicsContext and the paintRect. The callback will be a lambda expression which captures whatever it needs to draw the form control. Since the renderer outlives recording and replaying back the display list, it can be passed by reference.

I am going to enable display list drawing temporarily till the layout tests pass on all bots.

-- 
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/20180922/25e23b54/attachment.html>


More information about the webkit-unassigned mailing list