[Webkit-unassigned] [Bug 204803] New: Enable the display list drawing for canvas when the setting 'displayListDrawing' is turned on

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 3 11:29:13 PST 2019


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

            Bug ID: 204803
           Summary: Enable the display list drawing for canvas when the
                    setting 'displayListDrawing' is turned on
           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

Currently the display list drawing on canvas can be turned on only by Internals::setElementUsesDisplayListDrawing(). We may need to enable/disable the display list drawing on an element regardless of the value of the setting 'displayListDrawing'. Internals::setElementUsesDisplayListDrawing() will still override the setting value always. If the Internals function was never called, we will fall back to the settings value.

-- 
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/20191203/d56b958a/attachment-0001.htm>


More information about the webkit-unassigned mailing list