Bug 213125

Summary: Pass parent style to style resolver via animation code
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: AnimationsAssignee: 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
Reported 2020-06-12 07:28:09 PDT
See TreeResolver::createAnimatedElementUpdate: // FIXME: Remove this hack and pass the parent style via updateCSSAnimationsForElement. scope().resolver.setParentElementStyleForKeyframes(&parent().style);
Attachments
Antti Koivisto
Comment 1 2020-06-12 07:30:00 PDT
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
Comment 2 2020-06-12 07:31:03 PDT
Antoine Quint
Comment 3 2023-05-10 12:10:55 PDT
I don't see this code anymore, I believe this was done at some point.
Note You need to log in before you can comment on or make changes to this bug.