| Index: third_party/WebKit/Source/core/animation/ShadowInterpolationFunctions.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/ShadowInterpolationFunctions.cpp b/third_party/WebKit/Source/core/animation/ShadowInterpolationFunctions.cpp
|
| index f877f28175a0e21cf0fbac56c318840b05c6add0..6ed62f6b4f4e3552cfbbc807beb664d5ef0ef961 100644
|
| --- a/third_party/WebKit/Source/core/animation/ShadowInterpolationFunctions.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/ShadowInterpolationFunctions.cpp
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "core/animation/ShadowInterpolationFunctions.h"
|
|
|
| +#include <memory>
|
| #include "core/animation/CSSColorInterpolationType.h"
|
| #include "core/animation/InterpolationValue.h"
|
| #include "core/animation/LengthInterpolationFunctions.h"
|
| @@ -13,7 +14,6 @@
|
| #include "core/css/resolver/StyleResolverState.h"
|
| #include "core/style/ShadowData.h"
|
| #include "platform/geometry/FloatPoint.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|