Bug 287474
| Summary: | REGRESSION(290095@main): [Skia] Tests are crashing due to assert in SingleThreadIntegralWrapper<unsigned int>::operator++() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | Platform | Assignee: | Carlos Garcia Campos <cgarcia> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, cdumez, rniwa, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Carlos Garcia Campos
In 290095@main FilterEffect was changed to use CheckedPtr which makes filters no longer usable from different threads. We record a DisplayList in the main thread, and replay it in worker threads for painting layers, so we need to use CanMakeThreadSafeCheckedPtr instead.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/40407
EWS
Committed 290205@main (eec67ecd7dc5): <https://commits.webkit.org/290205@main>
Reviewed commits have been landed. Closing PR #40407 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/144603812>