| 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 1d5ace8fef2ed6f83c84897f52b53263c2e9a275..96c2c6fbda07d98b1a3bddf8da1ddbfe7adc0af6 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
| @@ -1185,7 +1185,7 @@ void StyleResolver::applyAnimatedProperties(
|
| } else {
|
| // TODO(alancutter): Remove this old code path once animations have
|
| // completely migrated to InterpolationTypes.
|
| - toStyleInterpolation(interpolation).apply(state);
|
| + toLegacyStyleInterpolation(interpolation).apply(state);
|
| }
|
| }
|
| }
|
|
|