Bug 204803 - Enable the display list drawing for canvas when the setting 'displayListDrawing' is turned on
Summary: Enable the display list drawing for canvas when the setting 'displayListDrawi...
Status: RESOLVED DUPLICATE of bug 207109
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Said Abou-Hallawa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-03 11:29 PST by Said Abou-Hallawa
Modified: 2022-02-10 16:49 PST (History)
13 users (show)

See Also:


Attachments
Patch (12.78 KB, patch)
2019-12-03 11:31 PST, Said Abou-Hallawa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 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.
Comment 1 Said Abou-Hallawa 2019-12-03 11:31:13 PST
Created attachment 384728 [details]
Patch
Comment 2 Said Abou-Hallawa 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 ***