Bug 279759
Summary: | Remove excessive indirection with sending remote drawing commands (part 1) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
Component: | Canvas | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/136070541>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/33695
EWS
Committed 284963@main (5910db50c2cd): <https://commits.webkit.org/284963@main>
Reviewed commits have been landed. Closing PR #33695 and removing active labels.