Bug 279759

Summary: Remove excessive indirection with sending remote drawing commands (part 1)
Product: WebKit Reporter: Kimmo Kinnunen <kkinnunen>
Component: CanvasAssignee: Kimmo Kinnunen <kkinnunen>
Status: RESOLVED FIXED    
Severity: Normal CC: sabouhallawa, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=288635

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.