| Index: Source/core/animation/StringKeyframe.cpp
|
| diff --git a/Source/core/animation/StringKeyframe.cpp b/Source/core/animation/StringKeyframe.cpp
|
| index db56d6314be26151a03088ec6836f78d9454bd74..ae7c3e81857f3572921fa3568defdfdcb99ffbe7 100644
|
| --- a/Source/core/animation/StringKeyframe.cpp
|
| +++ b/Source/core/animation/StringKeyframe.cpp
|
| @@ -440,7 +440,8 @@ PassRefPtrWillBeRawPtr<Interpolation> StringKeyframe::CSSPropertySpecificKeyfram
|
| break;
|
| }
|
|
|
| - case CSSPropertyWebkitFilter: {
|
| + case CSSPropertyWebkitFilter:
|
| + case CSSPropertyBackdropFilter: {
|
| RefPtrWillBeRawPtr<Interpolation> interpolation = FilterStyleInterpolation::maybeCreateList(*fromCSSValue, *toCSSValue, property);
|
| if (interpolation)
|
| return interpolation.release();
|
|
|