RESOLVED FIXED 218839
[GPU Process] Delete the DisplayList items: DrawImage and DrawTiledImage
https://bugs.webkit.org/show_bug.cgi?id=218839
Summary [GPU Process] Delete the DisplayList items: DrawImage and DrawTiledImage
Said Abou-Hallawa
Reported 2020-11-11 19:50:02 PST
This is clean up left from r269708. These DisplayList items are not needed anymore. The default implementation of the recording functions in GraphicsContextImpl was to call Image::draw() or Image::drawTiled() which we do right now by not recording in the functions: GraphicsContext::drawImage() and GraphicsContext::drawTiledImage().
Attachments
Patch (47.38 KB, patch)
2020-11-11 20:08 PST, Said Abou-Hallawa
no flags
Said Abou-Hallawa
Comment 1 2020-11-11 20:08:30 PST
EWS
Comment 2 2020-11-11 22:09:46 PST
Committed r269716: <https://trac.webkit.org/changeset/269716> All reviewed patches have been landed. Closing bug and clearing flags on attachment 413904 [details].
Radar WebKit Bug Importer
Comment 3 2020-11-11 22:10:47 PST
Note You need to log in before you can comment on or make changes to this bug.