| Index: Source/core/animation/StyleInterpolation.h
|
| diff --git a/Source/core/animation/interpolation/StyleInterpolation.h b/Source/core/animation/StyleInterpolation.h
|
| similarity index 96%
|
| rename from Source/core/animation/interpolation/StyleInterpolation.h
|
| rename to Source/core/animation/StyleInterpolation.h
|
| index 8eecf3e6a6e1ffebcc6aaf5ba57267adf729fad2..912f10cfea866775741d10fe6e8b9d17cc4453b7 100644
|
| --- a/Source/core/animation/interpolation/StyleInterpolation.h
|
| +++ b/Source/core/animation/StyleInterpolation.h
|
| @@ -6,7 +6,7 @@
|
| #define StyleInterpolation_h
|
|
|
| #include "core/CSSPropertyNames.h"
|
| -#include "core/animation/interpolation/Interpolation.h"
|
| +#include "core/animation/Interpolation.h"
|
|
|
| namespace blink {
|
|
|
|
|