| Index: Source/core/animation/DoubleStyleInterpolation.cpp
|
| diff --git a/Source/core/animation/DoubleStyleInterpolation.cpp b/Source/core/animation/DoubleStyleInterpolation.cpp
|
| index dae100d3ca9a70cdef4d673598c200ee356e6706..ab1e199a31765e0dab1d84263413bbda9352fda6 100644
|
| --- a/Source/core/animation/DoubleStyleInterpolation.cpp
|
| +++ b/Source/core/animation/DoubleStyleInterpolation.cpp
|
| @@ -5,8 +5,9 @@
|
| #include "config.h"
|
| #include "core/animation/DoubleStyleInterpolation.h"
|
|
|
| -#include "core/css/CSSCalculationValue.h"
|
| +#include "core/css/CSSValueList.h"
|
| #include "core/css/resolver/StyleBuilder.h"
|
| +#include "core/style/ComputedStyleConstants.h"
|
|
|
| namespace blink {
|
|
|
|
|