RESOLVED FIXED 279759
Remove excessive indirection with sending remote drawing commands (part 1)
https://bugs.webkit.org/show_bug.cgi?id=279759
Summary Remove excessive indirection with sending remote drawing commands (part 1)
Kimmo Kinnunen
Reported 2024-09-16 05:45:53 PDT
Remove excessive indirection with sending remote drawing commands Recorder::drawX catches the virtual function call Recorder calls useResource virtual function Recorder calls recordX virtual function RemoteDisplayListRecorderProxy::recordXX sends the X message Instead RemoteDisplayListRecorderProxy::drawX catches the virtual function call RemoteDisplayListRecorderProxy calls private function useResource RemoteDisplayListRecorderProxy calls Recorder::appendStateChangeItemIfNecessary RemoteDisplayListRecorderProxy sends the X message
Attachments
Radar WebKit Bug Importer
Comment 1 2024-09-16 05:46:01 PDT
Kimmo Kinnunen
Comment 2 2024-09-16 05:54:15 PDT
EWS
Comment 3 2024-10-10 03:43:48 PDT
Committed 284963@main (5910db50c2cd): <https://commits.webkit.org/284963@main> Reviewed commits have been landed. Closing PR #33695 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.