| Index: Source/core/animation/KeyframeEffectModel.cpp
|
| diff --git a/Source/core/animation/KeyframeEffectModel.cpp b/Source/core/animation/KeyframeEffectModel.cpp
|
| index b39b5de1dcc5eeb96b1e7f79d761ab151c63cc29..62e66eeb2dfeabab3ed6842cca46628251c4c7b4 100644
|
| --- a/Source/core/animation/KeyframeEffectModel.cpp
|
| +++ b/Source/core/animation/KeyframeEffectModel.cpp
|
| @@ -83,7 +83,7 @@ void KeyframeEffectModelBase::forceConversionsToAnimatableValues(Element& elemen
|
| void KeyframeEffectModelBase::snapshotCompositableProperties(Element& element, const ComputedStyle* baseStyle)
|
| {
|
| ensureKeyframeGroups();
|
| - for (CSSPropertyID id : CompositorAnimations::CompositableProperties) {
|
| + for (CSSPropertyID id : CompositorAnimations::compositableProperties) {
|
| PropertyHandle property = PropertyHandle(id);
|
| if (!affects(property))
|
| continue;
|
|
|