Bug 213125
| Summary: | Pass parent style to style resolver via animation code | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antti Koivisto <koivisto> |
| Component: | Animations | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | dino, graouts, graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=194749 | ||
Antti Koivisto
See TreeResolver::createAnimatedElementUpdate:
// FIXME: Remove this hack and pass the parent style via updateCSSAnimationsForElement.
scope().resolver.setParentElementStyleForKeyframes(&parent().style);
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Antti Koivisto
updateCSSAnimationsForElement etc. arguments should probably be factored into a struct so these sort of things can be changed without touching million places.
Radar WebKit Bug Importer
<rdar://problem/64296488>
Antoine Quint
I don't see this code anymore, I believe this was done at some point.