RESOLVED DUPLICATE of bug 207109 Bug 204803
Enable the display list drawing for canvas when the setting 'displayListDrawing' is turned on
https://bugs.webkit.org/show_bug.cgi?id=204803
Summary Enable the display list drawing for canvas when the setting 'displayListDrawi...
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.