| Index: third_party/WebKit/Source/core/animation/KeyframeEffectModel.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffectModel.cpp b/third_party/WebKit/Source/core/animation/KeyframeEffectModel.cpp
|
| index 8e901cbb840d7ca9f3ad6fbc7aca0e8ffbc99870..fd12a410ddc1a7d44cca10e7e3290f732e91f9dc 100644
|
| --- a/third_party/WebKit/Source/core/animation/KeyframeEffectModel.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/KeyframeEffectModel.cpp
|
| @@ -90,7 +90,8 @@ bool KeyframeEffectModelBase::SnapshotNeutralCompositorKeyframes(
|
| bool updated = false;
|
| EnsureKeyframeGroups();
|
| for (CSSPropertyID property : CompositorAnimations::kCompositableProperties) {
|
| - if (CSSPropertyEquality::PropertiesEqual(property, old_style, new_style))
|
| + if (CSSPropertyEquality::PropertiesEqual(PropertyHandle(property),
|
| + old_style, new_style))
|
| continue;
|
| PropertySpecificKeyframeGroup* keyframe_group =
|
| keyframe_groups_->at(PropertyHandle(property));
|
|
|