Bug 242772
| Summary: | Add StrokeLineWithColorAndThickness message to RemoteDisplayListRecorder | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Matt Woodrow <mattwoodrow> |
| Component: | Layout and Rendering | Assignee: | Matt Woodrow <mattwoodrow> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Matt Woodrow
There's some overhead per-message sent, and stroking lines is frequently combined with updating the current stroke color and line thickness.
Adding a special combination message for this common case helps improve performance.
<rdar://84621970>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Matt Woodrow
Pull request: https://github.com/WebKit/WebKit/pull/2432
EWS
Committed 252522@main (0eab85d1cfbe): <https://commits.webkit.org/252522@main>
Reviewed commits have been landed. Closing PR #2432 and removing active labels.