Bug 314802
| Summary: | Cache CGColorTransform per thread. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dan Glastonbury <djg> |
| Component: | Layout and Rendering | Assignee: | Dan Glastonbury <djg> |
| 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 | ||
Dan Glastonbury
In 313211@main, platformConvertColorComponents() was changed to hold a cached CGColorTransform that is never released.
This should be turned into a thread-local, so that the cached CGColorTransform is released when the thread is destroyed.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/177049985>
Dan Glastonbury
Pull request: https://github.com/WebKit/WebKit/pull/64916
EWS
Committed 313236@main (21accbddc744): <https://commits.webkit.org/313236@main>
Reviewed commits have been landed. Closing PR #64916 and removing active labels.