DescriptionWeb Animations: Fix pseudo element keyframe style resolution crash
Pseudo element keyframe animations were not being resolved with the correct
StyleResolverState::element(). This bug is likely due to mismatched
parameter names in CSSAnimations::calculateUpdate().
This patch corrects the Element passed to StyleResolverState when resolving
keyframe animation styles and ensures the parameter names under
CSSAnimations::calculateUpdate() and related helper functions are consistent
with what gets passed in from StyleResolver::applyAnimatedProperties().
BUG=412979, 360457
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182031
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|