[Webkit-unassigned] [Bug 279759] New: Remove excessive indirection with sending remote drawing commands (part 1)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 16 05:45:53 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=279759
Bug ID: 279759
Summary: Remove excessive indirection with sending remote
drawing commands (part 1)
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Canvas
Assignee: webkit-unassigned at lists.webkit.org
Reporter: kkinnunen at apple.com
CC: sabouhallawa at apple.com,
webkit-bug-importer at group.apple.com
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
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240916/d2da5c29/attachment.htm>
More information about the webkit-unassigned
mailing list