| Index: third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h b/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| index c45d3a08977d988465175d0fa2f52d627f1635a8..7f7cc0d061cd018392093c5d1d6525afe7f91e23 100644
|
| --- a/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| +++ b/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef InvalidatableInterpolation_h
|
| #define InvalidatableInterpolation_h
|
|
|
| +#include "core/animation/Interpolation.h"
|
| #include "core/animation/InterpolationType.h"
|
| #include "core/animation/InterpolationTypesMap.h"
|
| #include "core/animation/PrimitiveInterpolation.h"
|
| -#include "core/animation/StyleInterpolation.h"
|
| #include "core/animation/TypedInterpolationValue.h"
|
| #include <memory>
|
|
|
|
|