Bug 204803

Summary: Enable the display list drawing for canvas when the setting 'displayListDrawing' is turned on
Product: WebKit Reporter: Said Abou-Hallawa <sabouhallawa>
Component: Layout and RenderingAssignee: Said Abou-Hallawa <sabouhallawa>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bfulgham, cdumez, esprehn+autocc, ews-watchlist, fred.wang, glenn, gyuyoung.kim, kondapallykalyan, pdr, sergio, simon.fraser, thorton, zalan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Said Abou-Hallawa
Reported 2019-12-03 11:29:13 PST
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.
Attachments
Patch (12.78 KB, patch)
2019-12-03 11:31 PST, Said Abou-Hallawa
no flags
Said Abou-Hallawa
Comment 1 2019-12-03 11:31:13 PST
Said Abou-Hallawa
Comment 2 2020-03-03 17:04:50 PST
This already was fixed in <https://trac.webkit.org/changeset/257156> *** This bug has been marked as a duplicate of bug 207109 ***
Note You need to log in before you can comment on or make changes to this bug.