Bug 268803
| Summary: | [threaded-animation-resolution] initEffectsFromScrollingThread should be called initEffectsFromMainThread on RemoteAcceleratedEffectStack | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Animations | Assignee: | Antoine Quint <graouts> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dino, graouts, mattwoodrow, simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 268738 | ||
| Bug Blocks: | 250970 | ||
Antoine Quint
When blending for `opacity` values was added in 274102@main, the `RemoteAcceleratedEffectStack::initEffectsFromMainThread()` method was renamed to `initEffectsFromScrollingThread(). This was an error since presentaiton modifiers are indeed installed on the main thread, and merely updated on the scrolling thread.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/122365275>
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/23902
EWS
Committed 274134@main (57ded7c8d22a): <https://commits.webkit.org/274134@main>
Reviewed commits have been landed. Closing PR #23902 and removing active labels.