| Index: Source/core/animation/css/CSSAnimations.cpp
|
| diff --git a/Source/core/animation/css/CSSAnimations.cpp b/Source/core/animation/css/CSSAnimations.cpp
|
| index 493ae473deb86d8f27baadb9b1bd3d2361ffcc19..516a1a70fa3c37984cc4e8ced3346689a89f1eac 100644
|
| --- a/Source/core/animation/css/CSSAnimations.cpp
|
| +++ b/Source/core/animation/css/CSSAnimations.cpp
|
| @@ -342,6 +342,8 @@ void CSSAnimations::maybeApplyPendingUpdate(Element* element)
|
| updated |= styleUpdate.model->updateNeutralKeyframeAnimatableValues(CSSPropertyTransform, styleUpdate.snapshot.transform);
|
| if (styleUpdate.snapshot.webkitFilter)
|
| updated |= styleUpdate.model->updateNeutralKeyframeAnimatableValues(CSSPropertyWebkitFilter, styleUpdate.snapshot.webkitFilter);
|
| + if (styleUpdate.snapshot.backdropFilter)
|
| + updated |= styleUpdate.model->updateNeutralKeyframeAnimatableValues(CSSPropertyBackdropFilter, styleUpdate.snapshot.backdropFilter);
|
| if (updated) {
|
| styleUpdate.animation->setOutdated();
|
| styleUpdate.animation->setCompositorPending(true);
|
|
|