Bug 218839 - [GPU Process] Delete the DisplayList items: DrawImage and DrawTiledImage
Summary: [GPU Process] Delete the DisplayList items: DrawImage and DrawTiledImage
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Said Abou-Hallawa
URL:
Keywords: InRadar
Depends on:
Blocks: 217342
  Show dependency treegraph
 
Reported: 2020-11-11 19:50 PST by Said Abou-Hallawa
Modified: 2020-11-11 22:10 PST (History)
5 users (show)

See Also:


Attachments
Patch (47.38 KB, patch)
2020-11-11 20:08 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 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().
Comment 1 Said Abou-Hallawa 2020-11-11 20:08:30 PST
Created attachment 413904 [details]
Patch
Comment 2 EWS 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].
Comment 3 Radar WebKit Bug Importer 2020-11-11 22:10:47 PST
<rdar://problem/71313804>