Bug 285662
| Summary: | [web-animations] only compute time offset as needed when applying accelerated actions | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Animations | Assignee: | Antoine Quint <graouts> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Antoine Quint
We compute a time offset in `KeyframeEffect::applyPendingAcceleratedActions()` to pass down to the various RenderLayerBacking methods dealing with accelerated animations. However, we don't always end up using it, so it's best to only compute it as needed.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/142604875>
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/38772