| Index: third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
| index ca4f2d9cb02ddc82ed3e736ec4db04d57860b606..a2b465ea64dfc4a1e2da07dc7eeae950416ecc61 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
| @@ -1135,6 +1135,7 @@ bool StyleResolver::applyAnimatedProperties(StyleResolverState& state, const Ele
|
|
|
| const ActiveInterpolationsMap& activeInterpolationsMapForAnimations = state.animationUpdate().activeInterpolationsForAnimations();
|
| const ActiveInterpolationsMap& activeInterpolationsMapForTransitions = state.animationUpdate().activeInterpolationsForTransitions();
|
| + // TODO(crbug.com/644148): Apply animations on custom properties.
|
| applyAnimatedProperties<HighPropertyPriority>(state, activeInterpolationsMapForAnimations);
|
| applyAnimatedProperties<HighPropertyPriority>(state, activeInterpolationsMapForTransitions);
|
|
|
|
|